diff options
author | Jenkins <jenkins@review.openstack.org> | 2013-01-23 12:52:11 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2013-01-23 12:52:12 +0000 |
commit | bb108c6bd359e788e0f4cfc53f5933d134fc7cc4 (patch) | |
tree | 15c0bf4c881827f76363ed6bd738c232c1aa11d5 /bin/nova-spicehtml5proxy | |
parent | 66ee2ae49f3db77bc5492f3c8a2a49546af167c2 (diff) | |
parent | 8d5891e5bc3eab55f4ce8e47ce2bf8d73c96f742 (diff) | |
download | nova-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-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__': |