nova/nova
Diana Clarke 0ada84cc54 Fix database poison warnings, part 15
The following warning appears in the unit test logs a number of times.

    "UserWarning: This test uses methods that set internal oslo_db
state, but it does not claim to use the database. This will conflict
with the setup of tests that do use the database and cause failures
later."

This patch fixes all the warnings from:

    unit.compute.test_compute_mgr.py

Note that this warning is only emitted once per unit test worker, so new
offenders will show up in the logs each time you fix a test until they
are all gone.

Change-Id: I4529b4bdc13b4079b1274034b44a1f44922c3bf2
Related-Bug: #1568414
2016-09-24 14:54:49 -04:00
..
CA
api Merge "[placement] clean up some nits in the requestlog middleware" 2016-09-22 15:44:59 +00:00
cells Fix migration list + MigrationList operation 2016-08-15 10:05:23 -04:00
cert
cloudpipe conf: Move cloudpipe options to a group 2016-08-22 09:31:03 +01:00
cmd Merge "Remove PCI parent_addr online migration" 2016-09-23 02:09:27 +00:00
common
compute Merge "Update instance node on rebuild only when it is recreate" 2016-09-24 14:38:35 +00:00
conductor Merge "Do not try to backport when db has older object version" 2016-09-20 10:58:11 +00:00
conf Merge "conf: Add 'deprecated_reason' to osapi opts" 2016-09-23 11:43:57 +00:00
console [vncproxy] log for closing web is misleading 2016-08-16 01:52:22 +00:00
consoleauth
db Merge "Remove internal_id attribute from instances table" 2016-09-23 21:42:34 +00:00
hacking Add hacking checks for xrange() 2016-09-22 04:16:53 +00:00
image Remove nova.image.s3 and configs 2016-09-22 19:29:47 -04:00
ipv6 Fix test_ipv6 and simplify to_global() 2016-06-28 20:42:32 +02:00
keymgr Deprecate barbican options 2016-07-29 15:36:28 -05:00
locale Imported Translations from Zanata 2016-08-25 07:57:34 +00:00
network move os_vif.initialize() to nova-compute start 2016-09-21 16:49:50 -04:00
notifications Merge "Make notification objects use flavor capacity attributes" 2016-08-06 05:58:09 +00:00
objects Merge "Remove PCI parent_addr online migration" 2016-09-23 02:09:27 +00:00
pci Add missing slash to dir path 2016-09-20 13:50:39 -04:00
policies Merge "Fix server operations' policies to admin only" 2016-08-11 06:07:52 +00:00
scheduler Merge "Remove support for deprecated driver import" 2016-09-22 19:57:53 +00:00
servicegroup
tests Fix database poison warnings, part 15 2016-09-24 14:54:49 -04:00
virt Merge "plugins/xenserver: Add '.py' extension" 2016-09-22 23:11:16 +00:00
vnc
volume Merge ":Add missing %s in print message" 2016-07-27 15:08:38 +00:00
wsgi
__init__.py
availability_zones.py
baserpc.py
block_device.py
cache_utils.py
config.py Add the ability to configure glanceclient debug logging 2016-08-04 00:32:37 +00:00
context.py Merge "Use to_policy_values for policy credentials" 2016-09-21 18:19:04 +00:00
crypto.py
debugger.py
exception.py Throw exception if numa_nodes is not set to integer greater than 0 2016-09-09 14:53:56 +02:00
exception_wrapper.py Transform wrap_exception notification to versioned format 2016-06-21 09:39:47 +02:00
filters.py
hash_ring.py Ironic: allow multiple compute services 2016-08-04 23:51:13 +00:00
hooks.py
i18n.py
loadables.py
manager.py
policy.py Use to_policy_values for policy credentials 2016-09-12 21:39:45 -04:00
quota.py incorrect description in nova-api.log about quota check 2016-09-02 17:00:14 +09:00
rpc.py Move cell message queue switching and add caching 2016-08-31 22:33:17 +00:00
safe_utils.py
service.py Device tagging API support 2016-06-29 20:55:16 -07:00
signature_utils.py Trivial-Fix: Fix typos 2016-06-13 06:41:08 +00:00
test.py Use StableObjectJsonFixture from o.vo 2016-08-29 11:52:10 -04:00
utils.py Merge "Properly quote IPv6 address in RsyncDriver" 2016-08-18 13:17:19 +00:00
version.py
weights.py
wsgi.py