nova/bin
Mark McLoughlin e237c86446 Use CONF.import_opt() for nova.config opts
The only reason for importing nova.config now is where one of the
options defined in that file is needed. Rather than importing
nova.config using an import statement, use CONF.import_opt() so
that it is clear which option we actually require.

In future, we will move many options out of nova.config so many
of these import_opt() calls will either go away or cause a module
other than nova.config to be imported.

Change-Id: I0646efddecdf2530903afd50c1f4364cb1d5dce1
2012-11-20 00:04:49 +00:00
..
nova-all Use CONF.import_opt() for nova.config opts 2012-11-20 00:04:49 +00:00
nova-api Use CONF.import_opt() for nova.config opts 2012-11-20 00:04:49 +00:00
nova-api-ec2 Remove nova.flags imports from bin/* 2012-11-15 23:03:04 +00:00
nova-api-metadata Remove nova.flags imports from bin/* 2012-11-15 23:03:04 +00:00
nova-api-os-compute Remove nova.flags imports from bin/* 2012-11-15 23:03:04 +00:00
nova-cert Use CONF.import_opt() for nova.config opts 2012-11-20 00:04:49 +00:00
nova-clear-rabbit-queues Remove nova.config.CONF 2012-11-20 00:00:21 +00:00
nova-compute Use CONF.import_opt() for nova.config opts 2012-11-20 00:04:49 +00:00
nova-conductor Remove nova.config.CONF 2012-11-20 00:00:21 +00:00
nova-console Use CONF.import_opt() for nova.config opts 2012-11-20 00:04:49 +00:00
nova-consoleauth Remove nova.config.CONF 2012-11-20 00:00:21 +00:00
nova-dhcpbridge Use CONF.import_opt() for nova.config opts 2012-11-20 00:04:49 +00:00
nova-manage Use CONF.import_opt() for nova.config opts 2012-11-20 00:04:49 +00:00
nova-network Use CONF.import_opt() for nova.config opts 2012-11-20 00:04:49 +00:00
nova-novncproxy Remove nova.config.CONF 2012-11-20 00:00:21 +00:00
nova-objectstore Remove nova.flags imports from bin/* 2012-11-15 23:03:04 +00:00
nova-rootwrap Restore SIGPIPE default action for subprocesses 2012-09-20 15:24:14 +02:00
nova-rpc-zmq-receiver Remove nova.config.CONF 2012-11-20 00:00:21 +00:00
nova-scheduler Use CONF.import_opt() for nova.config opts 2012-11-20 00:04:49 +00:00
nova-xvpvncproxy Remove nova.flags imports from bin/* 2012-11-15 23:03:04 +00:00