Tidy contexts for previous changes

This commit is contained in:
James Page 2014-11-10 12:06:25 +00:00
parent a56cb89700
commit dbe062fa63
1 changed files with 0 additions and 2 deletions

View File

@ -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'
}