From 8d5891e5bc3eab55f4ce8e47ce2bf8d73c96f742 Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Mon, 21 Jan 2013 16:08:37 +0000 Subject: 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 --- bin/nova-spicehtml5proxy | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/nova-spicehtml5proxy') 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__': -- cgit