From dbe062fa632b25b236bfd417dfced4fbc0d4c7f1 Mon Sep 17 00:00:00 2001 From: James Page Date: Mon, 10 Nov 2014 12:06:25 +0000 Subject: [PATCH] Tidy contexts for previous changes --- hooks/nova_compute_context.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/hooks/nova_compute_context.py b/hooks/nova_compute_context.py index e07396a..37f40d8 100644 --- a/hooks/nova_compute_context.py +++ b/hooks/nova_compute_context.py @@ -218,12 +218,10 @@ class NeutronPowerComputeContext(context.NeutronContext): pass def ovs_ctxt(self): - # TODO(jamespage) needs to be remote IP - so this won't work ovs_ctxt = { 'core_plugin': 'neutron.plugins.ml2.plugin.Ml2Plugin', 'neutron_plugin': 'ovs', 'neutron_security_groups': self.neutron_security_groups, - 'local_ip': get_host_ip(unit_get('private-address')), 'config': '/etc/neutron/plugins/ml2/ml2_conf.ini' }