[hopem] synced charm-helpers to fix neutron_url bad port
This commit is contained in:
parent
eff9de6686
commit
f5c4e64f64
@ -466,7 +466,7 @@ class NeutronContext(OSContextGenerator):
|
|||||||
host = config('vip')
|
host = config('vip')
|
||||||
else:
|
else:
|
||||||
host = unit_get('private-address')
|
host = unit_get('private-address')
|
||||||
url = '%s://%s:%s' % (proto, host, '9292')
|
url = '%s://%s:%s' % (proto, host, '9696')
|
||||||
ctxt = {
|
ctxt = {
|
||||||
'network_manager': self.network_manager,
|
'network_manager': self.network_manager,
|
||||||
'neutron_url': url,
|
'neutron_url': url,
|
||||||
|
Loading…
Reference in New Issue
Block a user