diff options
| author | Ewan Mellor <ewan.mellor@citrix.com> | 2011-01-12 11:43:29 +0000 |
|---|---|---|
| committer | Ewan Mellor <ewan.mellor@citrix.com> | 2011-01-12 11:43:29 +0000 |
| commit | 6cdea8c9b024194d81ae724245b2f595d99606fe (patch) | |
| tree | 8912c69eb1d8d99114441564bd40d3c7e4e3619e /bin/nova-api-paste | |
| parent | 3461b9cf49201eb88ed65473eccf395382c25611 (diff) | |
| parent | 3d57735caf78fd421da6e660c4d56c635706fa7d (diff) | |
| download | nova-6cdea8c9b024194d81ae724245b2f595d99606fe.tar.gz nova-6cdea8c9b024194d81ae724245b2f595d99606fe.tar.xz nova-6cdea8c9b024194d81ae724245b2f595d99606fe.zip | |
Merged with trunk.
Diffstat (limited to 'bin/nova-api-paste')
| -rwxr-xr-x | bin/nova-api-paste | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/nova-api-paste b/bin/nova-api-paste index 6ee833a18..419f0bbdc 100755 --- a/bin/nova-api-paste +++ b/bin/nova-api-paste @@ -21,7 +21,6 @@ """Starter script for Nova API.""" import gettext -import logging import os import sys @@ -38,6 +37,7 @@ if os.path.exists(os.path.join(possible_topdir, 'nova', '__init__.py')): gettext.install('nova', unicode=1) from nova import flags +from nova import log as logging from nova import wsgi LOG = logging.getLogger('nova.api') |
