nova/nova/api
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
..
ec2 Remove nova.config.CONF 2012-11-20 00:00:21 +00:00
metadata Remove nova.config.CONF 2012-11-20 00:00:21 +00:00
openstack Remove nova.config.CONF 2012-11-20 00:00:21 +00:00
__init__.py Removed newly added userdatarequesthandler for OS API, there is no need to add this handler since the existing Ec2 API metadatarequesthandler does the same job 2011-08-15 15:09:42 -07:00
auth.py Remove nova.config.CONF 2012-11-20 00:00:21 +00:00
manager.py Remove nova.config.CONF 2012-11-20 00:00:21 +00:00
sizelimit.py Remove nova.config.CONF 2012-11-20 00:00:21 +00:00
validator.py pylint cleanup 2012-05-07 15:08:58 -07:00