Commit e366712a by Paul Durivage

Use set_setting; alleviates pyrax requiring the ~/pyrax.cfg in order to establish identity_type

parent 039d4c95
......@@ -112,6 +112,8 @@ except KeyError, e:
sys.stderr.write('Unable to load %s\n' % e.message)
sys.exit(1)
pyrax.set_setting('identity_type', 'rackspace')
try:
pyrax.set_credential_file(os.path.expanduser(creds_file),
region=region)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment