From f5c4e64f6439fc07b7357d1d208aec65cdf1847e Mon Sep 17 00:00:00 2001 From: Edward Hope-Morley Date: Thu, 27 Feb 2014 15:57:43 +0000 Subject: [PATCH] [hopem] synced charm-helpers to fix neutron_url bad port --- hooks/charmhelpers/contrib/openstack/context.py | 2 +- revision | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hooks/charmhelpers/contrib/openstack/context.py b/hooks/charmhelpers/contrib/openstack/context.py index 5785b6a1..a2d4636b 100644 --- a/hooks/charmhelpers/contrib/openstack/context.py +++ b/hooks/charmhelpers/contrib/openstack/context.py @@ -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, diff --git a/revision b/revision index 5478c714..9346fabb 100644 --- a/revision +++ b/revision @@ -1 +1 @@ -313 +314