nova/nova/api/openstack/compute
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
..
contrib Remove nova.config.CONF 2012-11-20 00:00:21 +00:00
schemas Add extensions for flavor swap and rxtx_factor 2012-08-31 13:19:10 -07:00
views Remove nova.config.CONF 2012-11-20 00:00:21 +00:00
__init__.py Remove nova.config.CONF 2012-11-20 00:00:21 +00:00
consoles.py Fix OpenStack Capitalization 2012-03-15 14:58:50 -07:00
extensions.py Remove nova.config.CONF 2012-11-20 00:00:21 +00:00
flavors.py Add extensions for flavor swap and rxtx_factor 2012-08-31 13:19:10 -07:00
image_metadata.py Remove nova.config.CONF 2012-11-20 00:00:21 +00:00
images.py Remove nova.config.CONF 2012-11-20 00:00:21 +00:00
ips.py Remove nova.config.CONF 2012-11-20 00:00:21 +00:00
limits.py API extension for fpinging instances 2012-11-14 11:16:47 +02:00
server_metadata.py Fix Incorrect Exception when metadata is over 255 characters 2012-10-24 08:27:41 -04:00
servers.py Remove nova.config.CONF 2012-11-20 00:00:21 +00:00
versions.py Replaces functions in utils.py with openstack/common/timeutils.py 2012-06-16 07:17:01 +08:00