Fix function call
This commit is contained in:
parent
7684b62678
commit
9d17a4ceb0
@ -416,7 +416,7 @@ class NeutronContext(object):
|
||||
else:
|
||||
proto = 'http'
|
||||
if is_clustered():
|
||||
host = config('vip')
|
||||
host = config()['vip']
|
||||
else:
|
||||
host = unit_get('private-address')
|
||||
url = proto + '://' + host + ':9696'
|
||||
|
Loading…
x
Reference in New Issue
Block a user