[gnuoy,r=james-page] Avoid creating flag file - not required

This commit is contained in:
James Page 2014-06-25 12:50:44 +01:00
commit faf2d1d655

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')