No-op save flag file as well

This commit is contained in:
James Page 2014-11-12 12:29:34 +00:00
parent 0034764697
commit 12b63acff9
1 changed files with 4 additions and 0 deletions

View File

@ -241,6 +241,10 @@ class NeutronPowerComputeContext(context.NeutronContext):
# NOTE(jamespage) no-op for nova-compute-power
pass
def _save_flag_file(self):
# NOTE(jamespage) no-op for nova-compute-power
pass
def ovs_ctxt(self):
ovs_ctxt = {
'core_plugin': 'neutron.plugins.ml2.plugin.Ml2Plugin',