nova/nova/api/openstack/compute/contrib
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
..
__init__.py Remove nova.config.CONF 2012-11-20 00:00:21 +00:00
admin_actions.py Remove nova.config.CONF 2012-11-20 00:00:21 +00:00
aggregates.py No stack trace on bad nova aggregate-* command 2012-09-19 22:34:13 +00:00
availability_zone.py Key availability_zone in create server off of ext. 2012-08-09 11:32:52 -07:00
certificates.py Remove nova.config.CONF 2012-11-20 00:00:21 +00:00
cloudpipe.py Remove nova.config.CONF 2012-11-20 00:00:21 +00:00
config_drive.py Remove nova.config.CONF 2012-11-20 00:00:21 +00:00
console_output.py Makes api extension names consistent 2012-08-29 22:27:46 -07:00
consoles.py Return 409 error if get_vnc_console is called before VM is created 2012-08-07 19:55:25 +00:00
createserverext.py Moves security group functionality into extension 2012-08-09 07:59:35 -07:00
deferred_delete.py Add missing webob to exc 2012-11-12 14:52:02 -05:00
disk_config.py Return HTTP 422 on bad server update PUT request. 2012-08-17 23:11:55 -04:00
extended_server_attributes.py Remove nova.config.CONF 2012-11-20 00:00:21 +00:00
extended_status.py Remove nova.config.CONF 2012-11-20 00:00:21 +00:00
fixed_ips.py Ditch unused import and variable 2012-11-16 02:55:54 +00:00
flavor_access.py Optimizes flavor_access to not make a db request 2012-09-04 14:53:40 -07:00
flavor_disabled.py Clean up non-spec output in flavor extensions 2012-08-29 22:27:46 -07:00
flavor_rxtx.py Add extensions for flavor swap and rxtx_factor 2012-08-31 13:19:10 -07:00
flavor_swap.py Add extensions for flavor swap and rxtx_factor 2012-08-31 13:19:10 -07:00
flavorextradata.py Clean up non-spec output in flavor extensions 2012-08-29 22:27:46 -07:00
flavorextraspecs.py Alphabetize imports in nova/api/ 2012-05-15 12:31:17 -07:00
flavormanage.py Fixes error message for flavor-create duplicate ID 2012-09-27 12:36:53 +00:00
floating_ip_dns.py Makes api extension names consistent 2012-08-29 22:27:46 -07:00
floating_ip_pools.py Makes api extension names consistent 2012-08-29 22:27:46 -07:00
floating_ips.py Merge "Map NotAuthorized to 403 in floating ips extension" 2012-11-07 08:15:08 +00:00
fping.py Remove nova.config.CONF 2012-11-20 00:00:21 +00:00
hosts.py Remove nova.config.CONF 2012-11-20 00:00:21 +00:00
hypervisors.py Send host not ComputeNode into uptime RPC call. 2012-08-10 09:41:10 -04:00
instance_usage_audit_log.py Remove nova.config.CONF 2012-11-20 00:00:21 +00:00
keypairs.py Validate keypair create request body 2012-09-13 15:36:58 +05:30
multinic.py Switch to common logging. 2012-07-02 15:57:09 -05:00
multiple_create.py Key min_count, max_count, ret_res_id off of ext. 2012-08-09 12:28:05 -07:00
networks.py Remove nova.config.CONF 2012-11-20 00:00:21 +00:00
quota_classes.py Finish quota refactor. 2012-05-23 10:17:41 -05:00
quotas.py Revert per-user-quotas 2012-08-16 22:51:02 -07:00
rescue.py Remove nova.config.CONF 2012-11-20 00:00:21 +00:00
scheduler_hints.py Makes scheduler hints and disk config xml correct 2012-09-18 12:46:52 -07:00
security_groups.py Remove nova.config.CONF 2012-11-20 00:00:21 +00:00
server_diagnostics.py Fix typo in server diagnostics extension. 2012-03-18 22:44:59 -07:00
server_start_stop.py Switch to common logging. 2012-07-02 15:57:09 -05:00
services.py Remove nova.config.CONF 2012-11-20 00:00:21 +00:00
simple_tenant_usage.py Remove nova.config.CONF 2012-11-20 00:00:21 +00:00
used_limits.py Makes api extension names consistent 2012-08-29 22:27:46 -07:00
user_data.py Key user_data in create server off of extension 2012-08-09 08:01:07 -07:00
virtual_interfaces.py Makes api extension names consistent 2012-08-29 22:27:46 -07:00
volumes.py Remove nova.config.CONF 2012-11-20 00:00:21 +00:00