Provide keystone url by OS_AUTH_URL environ variable

This commit is contained in:
Fabien Boucher 2013-03-18 11:38:02 +01:00
parent 1b16a4d336
commit 9defc83354
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ eventlet.patcher.monkey_patch()
# Need to adapt for your configuration #
a_username = 'admin'
a_password = 'wxcvbn'
auth_url = 'http://127.0.0.1:5000/v2.0'
auth_url = os.environ['OS_AUTH_URL']
a_tenant = 'admin'
swift_operator_role = 'Member'
##