Swift and s3ql problem
I'm new to swift and I believe I have a configuration issue. I'm trying to use s3ql with a swift installed fallowing the latest instructions for Ubuntu 14.04. Everything is up and running and I can use the swift cli stat the system as the user I want to connect as. I've created a container and uploaded/downloaded and deleted files from it using the cli. but when I try to use s3ql to make the files system:
mkfs.s3ql --debug --plain --authfile /root/.s3ql/authinfo2-test --backend-options no-ssl swiftks://10.4.1.21:5000/regionOne:s3ql Enter backend login: Enter backend passphrase: 2015-04-10 15:22:49.425 23265 MainThread s3ql.backends.common.get_ssl_context: Reading default CA certificates. 2015-04-10 15:22:49.426 23265 MainThread s3ql.backends.swift._do_request: started with 'GET', '/', None, {'limit': 1}, None, None 2015-04-10 15:22:49.426 23265 MainThread s3ql.backends.swift._do_request: no active connection, calling _get_conn() 2015-04-10 15:22:49.426 23265 MainThread s3ql.backends.swiftks._get_conn: started 2015-04-10 15:22:49.466 23265 MainThread root.excepthook: No accessible object storage service found in region regionOne (available regions: )
Its as if it doesn't see the regions. I've done this same think with a trial of SwiftStack and it works without issue so it has to be something with my setup.