diff options
Diffstat (limited to 'nova/wsgi.py')
-rw-r--r-- | nova/wsgi.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/wsgi.py b/nova/wsgi.py index 18c28b87b..304a8d668 100644 --- a/nova/wsgi.py +++ b/nova/wsgi.py @@ -44,7 +44,7 @@ wsgi_opts = [ 'into it: client_ip, date_time, request_line, status_code, ' 'body_length, wall_seconds.') ] -CONF = config.CONF +CONF = cfg.CONF CONF.register_opts(wsgi_opts) LOG = logging.getLogger(__name__) |