fix nova-api as well

This commit is contained in:
Vishvananda Ishaya
2011-02-21 00:17:58 -08:00
parent 6146717784
commit 43f2635ca5

View File

@@ -70,7 +70,7 @@ def run_app(paste_config_file):
return
# NOTE(todd): redo logging config, verbose could be set in paste config
logging.root.setup_from_flags()
logging.reset()
server = wsgi.Server()
for app in apps: