Do not need to create the flag file on the api (and it breaks if we do as there's no nova dir)

This commit is contained in:
Liam Young 2014-06-25 11:48:41 +01:00
parent 3082ae0564
commit e1c91d7d1d
1 changed files with 4 additions and 0 deletions

View File

@ -36,6 +36,10 @@ class NeutronCCContext(context.NeutronContext):
def _ensure_packages(self):
pass
# Do not need the flag on the api server
def _save_flag_file(self):
pass
def __call__(self):
ctxt = super(NeutronCCContext, self).__call__()
ctxt['external_network'] = config('neutron-external-network')