mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Moving config option to match keystone module
This commit is contained in:
parent
201714399d
commit
2227b0e481
@ -15,7 +15,7 @@ def get_auth_url():
|
||||
Try and get the url from the config, else return localhost
|
||||
'''
|
||||
try:
|
||||
return __opts__['auth.keystone.url']
|
||||
return __opts__['keystone.auth_url']
|
||||
except KeyError:
|
||||
return 'http://localhost:35357/v2.0'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user