nova/nova
Dan Smith 9471282626 Ban db import from nova/virt
This makes hacking.py complain if someone adds something like:

  from nova import db

into any of the files in nova/virt/* (aside from the fake.py file).
It also removes the rest of the dangling db imports that are no
longer needed.

Yay!

Change-Id: Iba3d53b87e65e33a55f8e5033b5d1d33b28d12f7
2012-11-12 12:37:33 -08:00
..
CA Clean up crypto.py 2012-01-18 21:56:14 -08:00
api Fixes a bug in api.metadata.base.lookup() on Windows 2012-11-09 21:16:05 +02:00
cert Switch from FLAGS to CONF in misc modules 2012-11-04 21:46:35 +00:00
cloudpipe Switch from FLAGS to CONF in misc modules 2012-11-04 21:46:35 +00:00
common Switch from FLAGS to CONF in misc modules 2012-11-04 21:46:35 +00:00
compute Move agent_build_get_by_triple to VirtAPI 2012-11-12 18:31:59 +00:00
console Switch from FLAGS to CONF in nova.console 2012-11-07 05:03:17 +00:00
consoleauth Switch from FLAGS to CONF in misc modules 2012-11-04 21:46:35 +00:00
db Merge "improve session handling around virtual_interfaces" 2012-11-12 18:56:33 +00:00
image Switch from FLAGS to CONF in misc modules 2012-11-04 21:46:35 +00:00
ipv6 Switch from FLAGS to CONF in misc modules 2012-11-04 21:46:35 +00:00
locale Imported Translations from Transifex 2012-11-07 00:02:38 +00:00
network Simplify topic handling in network rpcapi. 2012-11-08 10:54:23 -05:00
objectstore Switch from FLAGS to CONF in misc modules 2012-11-04 21:46:35 +00:00
openstack Sync rpc from openstack-common. 2012-11-08 10:53:43 -05:00
rootwrap Use env to set environ when starting dnsmasq 2012-10-30 21:30:58 -04:00
scheduler Merge "Updated scheduler and compute for multiple capabilities." 2012-11-10 07:49:30 +00:00
testing Clarify dangerous use of exceptions in unit tests 2012-09-20 19:37:34 +00:00
tests Merge "improve session handling around quotas" 2012-11-12 18:42:34 +00:00
virt Ban db import from nova/virt 2012-11-12 12:37:33 -08:00
vnc Switch from FLAGS to CONF in misc modules 2012-11-04 21:46:35 +00:00
volume Fix misuse of exists() 2012-11-12 14:05:29 -05:00
__init__.py Remove outdated moduleauthor tags 2012-10-01 15:25:47 -07:00
block_device.py Switch from FLAGS to CONF in misc modules 2012-11-04 21:46:35 +00:00
config.py Move parse_args to nova.config 2012-11-04 21:37:39 +00:00
context.py Fix is_admin check via policy 2012-08-20 10:32:06 -07:00
crypto.py Switch from FLAGS to CONF in misc modules 2012-11-04 21:46:35 +00:00
exception.py Add missing exception NetworkDuplicated 2012-11-12 14:19:19 -05:00
flags.py Switch from FLAGS to CONF in misc modules 2012-11-04 21:46:35 +00:00
manager.py Updated scheduler and compute for multiple capabilities. 2012-11-10 10:20:45 +09:00
notifications.py Switch from FLAGS to CONF in misc modules 2012-11-04 21:46:35 +00:00
policy.py Switch from FLAGS to CONF in misc modules 2012-11-04 21:46:35 +00:00
quota.py Remove nova-volume DB 2012-11-08 21:31:31 +00:00
service.py Switch from FLAGS to CONF in misc modules 2012-11-04 21:46:35 +00:00
test.py Switch from FLAGS to CONF in tests 2012-11-10 10:21:41 +01:00
utils.py Fixes a bug in nova.utils, due to Windows compatibility issues. 2012-11-09 20:42:45 +02:00
version.py Bump version to 2013.1 2012-09-19 08:24:28 +02:00
wsgi.py Switch from FLAGS to CONF in misc modules 2012-11-04 21:46:35 +00:00