fix nova-api as well

This commit is contained in:
Vishvananda Ishaya
2011-02-21 00:17:58 -08:00
parent 2fe1c73890
commit d4560d5476

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: