summaryrefslogtreecommitdiffstats
path: root/bin/nova-spicehtml5proxy
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-01-23 12:52:11 +0000
committerGerrit Code Review <review@openstack.org>2013-01-23 12:52:12 +0000
commitbb108c6bd359e788e0f4cfc53f5933d134fc7cc4 (patch)
tree15c0bf4c881827f76363ed6bd738c232c1aa11d5 /bin/nova-spicehtml5proxy
parent66ee2ae49f3db77bc5492f3c8a2a49546af167c2 (diff)
parent8d5891e5bc3eab55f4ce8e47ce2bf8d73c96f742 (diff)
downloadnova-bb108c6bd359e788e0f4cfc53f5933d134fc7cc4.tar.gz
nova-bb108c6bd359e788e0f4cfc53f5933d134fc7cc4.tar.xz
nova-bb108c6bd359e788e0f4cfc53f5933d134fc7cc4.zip
Merge "Sync latest cfg from oslo-incubator"
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__':