nova/nova/conductor
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
..
tasks Count instances to check quota 2017-07-18 17:31:15 +00:00
__init__.py Remove conductor local api:s and 'use_local' config option 2016-10-18 14:26:06 +02:00
api.py Merge "Support tag instances when boot(4/4)" 2017-07-18 16:31:31 +00:00
manager.py Count instances to check quota 2017-07-18 17:31:15 +00:00
rpcapi.py Default reservations=None in Cells v1 and conductor APIs 2017-07-14 12:25:58 +00:00