diff options
author | Thierry Carrez <thierry@openstack.org> | 2011-02-18 16:23:52 +0100 |
---|---|---|
committer | Thierry Carrez <thierry@openstack.org> | 2011-02-18 16:23:52 +0100 |
commit | 15d140992a980d959be6633b59d178a5ea273cdc (patch) | |
tree | 24db73d60e568d480d9b4fbbd26e7836df210aad | |
parent | a02af158f781b61dba67c454afb59b34f27ca5d7 (diff) | |
download | nova-15d140992a980d959be6633b59d178a5ea273cdc.tar.gz nova-15d140992a980d959be6633b59d178a5ea273cdc.tar.xz nova-15d140992a980d959be6633b59d178a5ea273cdc.zip |
PEP8 fix
-rwxr-xr-x | bin/nova-api | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/nova-api b/bin/nova-api index 8d47a656e..1228f723c 100755 --- a/bin/nova-api +++ b/bin/nova-api @@ -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 = [] |