diff options
author | Mark McLoughlin <markmc@redhat.com> | 2013-01-21 16:08:37 +0000 |
---|---|---|
committer | Mark McLoughlin <markmc@redhat.com> | 2013-01-21 16:57:32 +0000 |
commit | 8d5891e5bc3eab55f4ce8e47ce2bf8d73c96f742 (patch) | |
tree | 364b7751fe71a9f35e7f5776bb8c41a9e78fed20 /bin/nova-spicehtml5proxy | |
parent | cd4093e0f2a7d07fa81915dc4866f4ac7324a028 (diff) | |
download | nova-8d5891e5bc3eab55f4ce8e47ce2bf8d73c96f742.tar.gz nova-8d5891e5bc3eab55f4ce8e47ce2bf8d73c96f742.tar.xz nova-8d5891e5bc3eab55f4ce8e47ce2bf8d73c96f742.zip |
Sync latest cfg from oslo-incubator
The main change is:
c5984ba Move logging config options into the log module
Re-generate nova.conf.sample to reflect the options move.
Change-Id: I3913ea54465658d93dc56e014dfe5d911b0541d6
Diffstat (limited to 'bin/nova-spicehtml5proxy')
-rwxr-xr-x | bin/nova-spicehtml5proxy | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/nova-spicehtml5proxy b/bin/nova-spicehtml5proxy index b1882bbea..089ff9d71 100755 --- a/bin/nova-spicehtml5proxy +++ b/bin/nova-spicehtml5proxy @@ -61,6 +61,7 @@ opts = [ CONF = cfg.CONF CONF.register_cli_opts(opts) +CONF.import_opt('debug', 'nova.openstack.common.log') if __name__ == '__main__': |