This commit is contained in:
Thierry Carrez
2011-02-18 16:23:52 +01:00
parent 2ff58708dc
commit 5eaabbdc47

View File

@@ -50,6 +50,7 @@ for api in API_ENDPOINTS:
getattr(FLAGS, "%s_port" % api),
"Port to listen to for API %s" % api)
def run_app(paste_config_file):
LOG.debug(_("Using paste.deploy config at: %s"), paste_config_file)
apps = []