[hopem] synced charm-helpers to fix neutron_url bad port

This commit is contained in:
Edward Hope-Morley 2014-02-27 15:57:43 +00:00
parent eff9de6686
commit f5c4e64f64
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -1 +1 @@
313
314