[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')
|
||||
else:
|
||||
host = unit_get('private-address')
|
||||
url = '%s://%s:%s' % (proto, host, '9292')
|
||||
url = '%s://%s:%s' % (proto, host, '9696')
|
||||
ctxt = {
|
||||
'network_manager': self.network_manager,
|
||||
'neutron_url': url,
|
||||
|
Loading…
Reference in New Issue
Block a user