cinder/cinder/api
Gorka Eguileor 6005fc25fb Remove nested quota leftovers
In change-id Ide2d53caf1bc5e3ba49f34b2f48de31abaf655d0 we removed the
nested quotas, but there are still some leftover code of it in cinder.

This code is useless, and in some cases not cheap, for example the call
to quota_allocated_get_all_by_project we do in every reservation.

This patch removes most of the remaining nested quota code and leaves
the DB structure changes for the next cycle, since removing them now
would break rolling upgrades.

Change-Id: Ibdbef651208c856ed75dd9af4dd711895e212910
2021-03-30 16:20:39 +02:00
..
contrib Remove nested quota leftovers 2021-03-30 16:20:39 +02:00
middleware Import HTTPStatus instead of http_client 2020-10-08 13:16:18 -04:00
openstack Add encryption_key_id to volume and backup details 2021-02-04 07:23:08 -08:00
schemas API validation: Use cinder_host for services checks 2021-03-13 21:55:57 +00:00
v2 Introduces MV to add volume type ID in volumes details 2021-01-15 10:46:12 -03:00
v3 Support format info in fs type drivers 2021-03-12 12:41:12 -05:00
validation API validation: Add cinder_host type to support ipv6 in manage 2021-03-11 10:32:13 -05:00
views Remove six of dir cinder/api/* 2020-10-07 14:20:48 +08:00
__init__.py Remove API v1 2017-09-06 07:39:10 -05:00
api_utils.py Remove six of dir cinder/api/* 2020-10-07 14:20:48 +08:00
common.py Remove six of dir cinder/api/* 2020-10-07 14:20:48 +08:00
extensions.py Remove exception.Error class 2020-07-21 18:21:21 +03:00
microversions.py Add encryption_key_id to volume and backup details 2021-02-04 07:23:08 -08:00
urlmap.py Remove unused logging import and LOG global var 2016-05-20 17:17:38 +08:00
versions.py Import HTTPStatus instead of http_client 2020-10-08 13:16:18 -04:00