nova/nova/db/sqlalchemy
EdLeafe 16f4bad6d3 Changed the name of the standard resource classes
Originally, the declared names for the resource classes defined in
objects/fields.py were an enum, as the original design assumed that any
future resource classes would be added as a software upgrade release. As
is the convention, this enum was given the name 'ALL'. With the
introduction of custom resource classes that can be added by admins, the
defined classes are no longer an enum, so the name 'ALL' is misleading.
This patch renames it to the more accurate 'STANDARD'.

Change-Id: I251a6faa8c284eb91d190b47108664e67d824425
Blueprint: custom-resource-classes
2016-10-12 17:24:09 -04:00
..
api_migrations Add quota related tables to the api database. 2016-10-12 07:40:00 +00:00
migrate_repo Remove scheduled_at attribute from instances table 2016-09-27 20:10:57 +00:00
__init__.py Remove SQLite BigInteger/Integer translation logic 2015-12-07 12:49:22 -05:00
api.py Archive instance-related rows when the parent instance is deleted 2016-09-27 12:08:21 -07:00
api_models.py Add quota related tables to the api database. 2016-10-12 07:40:00 +00:00
migration.py Revert "Optional separate database for placement API" 2016-08-25 13:51:16 -07:00
models.py Remove scheduled_at attribute from instances table 2016-09-27 20:10:57 +00:00
resource_class_cache.py Changed the name of the standard resource classes 2016-10-12 17:24:09 -04:00
types.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
utils.py Unwind circular import issue with api / utils 2016-09-27 15:05:56 -04:00