summaryrefslogtreecommitdiffstats
path: root/bin/nova-spicehtml5proxy
diff options
context:
space:
mode:
authorMark McLoughlin <markmc@redhat.com>2013-01-21 16:08:37 +0000
committerMark McLoughlin <markmc@redhat.com>2013-01-21 16:57:32 +0000
commit8d5891e5bc3eab55f4ce8e47ce2bf8d73c96f742 (patch)
tree364b7751fe71a9f35e7f5776bb8c41a9e78fed20 /bin/nova-spicehtml5proxy
parentcd4093e0f2a7d07fa81915dc4866f4ac7324a028 (diff)
downloadnova-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-xbin/nova-spicehtml5proxy1
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__':