diff options
Diffstat (limited to 'nova/cmd')
| -rw-r--r-- | nova/cmd/spicehtml5proxy.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/nova/cmd/spicehtml5proxy.py b/nova/cmd/spicehtml5proxy.py index 8e005bcad..c6f2be53d 100644 --- a/nova/cmd/spicehtml5proxy.py +++ b/nova/cmd/spicehtml5proxy.py @@ -59,13 +59,13 @@ opts = [ help='Port on which to listen for incoming requests'), ] -CONF = cfg.CONF -CONF.register_cli_opts(opts) -CONF.import_opt('debug', 'nova.openstack.common.log') - def main(): # Setup flags + + CONF = cfg.CONF + CONF.register_cli_opts(opts) + CONF.import_opt('debug', 'nova.openstack.common.log') config.parse_args(sys.argv) if CONF.ssl_only and not os.path.exists(CONF.cert): |
