nova/nova/tests/unit/compute
Dan Smith a46e847aad Fix reverse_upsize_quota_delta attempt to look up deleted flavors
When we did the "great flavor migration of 2015" we missed a quota method
which still looks up flavors by id from the migration. Now that flavors
are moved to the api database and actually removed when deleted, this no
longer works. The problem manifests itself as a failure when trying to
revert a migration or resize operation when the original flavor has been
deleted.

Change-Id: I5f95021410a309ac07fe9f474cbcd0214d1af208
Closes-Bug: #1570748
2016-04-19 06:41:17 -07:00
..
monitors Ensure Nova metrics derived from a set of metrics 2015-10-04 21:28:13 -05:00
__init__.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
eventlet_utils.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
fake_resource_tracker.py Remove extensible resource tracking 2016-04-01 16:45:34 +01:00
test_arch.py move all tests to nova/tests/unit 2014-11-12 15:31:08 -05:00
test_claims.py claims: Do not assume image-meta is a dict 2016-04-13 11:47:12 +01:00
test_compute.py Merge "Add checks for driver attach_interfaces capability" 2016-04-15 21:26:12 +00:00
test_compute_api.py Fix reverse_upsize_quota_delta attempt to look up deleted flavors 2016-04-19 06:41:17 -07:00
test_compute_cells.py Merge "Ensure there are no unreferenced closures in tests" 2016-03-03 15:02:51 +00:00
test_compute_mgr.py Merge "Add checks for driver attach_interfaces capability" 2016-04-15 21:26:12 +00:00
test_compute_utils.py Fix reverse_upsize_quota_delta attempt to look up deleted flavors 2016-04-19 06:41:17 -07:00
test_compute_xen.py config options: centralize section "service" 2016-04-04 16:39:02 +00:00
test_flavors.py Make compute unit tests inherit from test.NoDBTestCase 2015-02-24 17:54:29 +02:00
test_host_api.py Replaces contextlib.nested with test.nested 2015-10-08 23:13:30 +03:00
test_hvtype.py Add 'lxd' to the list of recognized hypervisors 2015-11-17 08:56:20 +00:00
test_keypairs.py Replace stubs.Set with stub_out (db) 2016-01-30 17:49:03 -05:00
test_multiple_nodes.py config options: centralize section "service" 2016-04-04 16:39:02 +00:00
test_resource_tracker.py Migrate compute node resource information to Inventory objects 2016-04-11 07:43:04 -07:00
test_rpcapi.py Fix pre_live_migration result processing from legacy computes 2016-03-11 07:15:38 -08:00
test_shelve.py Remove DictCompat from ComputeNode 2016-03-30 13:45:13 +00:00
test_stats.py Address nits in Ia2296302 2016-03-08 16:48:08 +00:00
test_tracker.py Remove extensible resource tracking 2016-04-01 16:45:34 +01:00
test_virtapi.py Remove unused provider firewall rules functionality in nova 2016-02-01 15:50:04 +01:00
test_vmmode.py Convert nova.compute.* to use instance dot notation 2015-02-25 17:21:36 -05:00