nova/nova/tests/unit/api/openstack
melanie witt 5c90b25e49 Count instances to check quota
This changes instances, cores, and ram from ReservableResources to
CountableResources and replaces quota reserve/commit/rollback with
check_deltas accordingly.

All of the reservation and usage related unit tests are removed because:

  1. They rely on some global QuotaEngine resources being
     ReservableResources and every ReservableResource has been removed.
  2. Reservations and usages are no longer in use anywhere in the
     codebase.

Part of blueprint cells-count-resources-to-check-quota-in-api

Change-Id: I9269ffa2b80e48db96c622d0dc0817738854f602
2017-07-18 17:31:15 +00:00
..
compute Count instances to check quota 2017-07-18 17:31:15 +00:00
placement placement: support GET /allocation_candidates 2017-07-03 10:57:59 -04:00
__init__.py
common.py [python3] Webob request body should be bytes 2015-12-28 13:51:29 -05:00
fakes.py [3/3]Replace six.iteritems() with .items() 2017-02-09 23:09:38 +08:00
test_api_version_request.py Use assert(Not)Equal instead of assertTrue(A == X) 2016-06-03 16:53:15 +01:00
test_common.py fix overridden error 2017-04-19 04:51:37 -07:00
test_faults.py [Py34] api.openstack.test_faults.TestFaultWrapper 2015-12-10 20:56:42 +00:00
test_legacy_v2_compatible_wrapper.py Trivial-Fix: Fix typos 2016-06-13 06:41:08 +00:00
test_mapper.py [Py34] Enable api.openstack.test_mapper unit test 2015-10-05 18:59:28 +03:00
test_wsgi.py Stop caching compute nodes in the request 2017-06-14 20:35:37 -04:00