nova/bin
Mark McLoughlin 94d87bce21 Remove nova.config.CONF
Modules import nova.config for two reasons right now - firstly, to
reference nova.config.CONF and, secondly, if they use one of the
options defined in nova.config.

Often modules import nova.openstack.common.cfg and nova.config
which is a bit pointless since they could just use cfg.CONF if
they just want to nova.config in order to reference CONF.

Let's just use cfg.CONF everywhere and we can explicitly state
where we actually require options defined in nova.config.

Change-Id: Ie4184a74e3e78c99658becb18dce1c2087e450bb
2012-11-20 00:00:21 +00:00
..
nova-all Remove nova.config.CONF 2012-11-20 00:00:21 +00:00
nova-api Remove nova.config.CONF 2012-11-20 00:00:21 +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 Remove nova.config.CONF 2012-11-20 00:00:21 +00:00
nova-clear-rabbit-queues Remove nova.config.CONF 2012-11-20 00:00:21 +00:00
nova-compute Remove nova.config.CONF 2012-11-20 00:00:21 +00:00
nova-conductor Remove nova.config.CONF 2012-11-20 00:00:21 +00:00
nova-console Remove nova.config.CONF 2012-11-20 00:00:21 +00:00
nova-consoleauth Remove nova.config.CONF 2012-11-20 00:00:21 +00:00
nova-dhcpbridge Remove nova.config.CONF 2012-11-20 00:00:21 +00:00
nova-manage Remove nova.config.CONF 2012-11-20 00:00:21 +00:00
nova-network Remove nova.config.CONF 2012-11-20 00:00:21 +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 Remove nova.config.CONF 2012-11-20 00:00:21 +00:00
nova-xvpvncproxy Remove nova.flags imports from bin/* 2012-11-15 23:03:04 +00:00