nova-manage: Add flavor scanning to migrate_to_unified_limits
This makes 'nova-manage limits migrate_to_unified_limits' scan the API database for flavors and detect if any resource classes are missing registered limits in Keystone. Related to blueprint unified-limits-nova-unset-limits Change-Id: I431176fd4d09201c551d8f82c71515cd4616cfea
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
features:
|
||||
- |
|
||||
The ``nova-manage limits migrate_to_unified_limits`` command will now scan
|
||||
the API and cell databases to detect resource classes that do not have
|
||||
registered limits set in Keystone and report them to the console.
|
||||
|
||||
The purpose of the flavor scan is to assist operators who are migrating
|
||||
from legacy quotas to unified limits quotas. The current behavior with
|
||||
unified limits is to fail quota checks if resources requested are missing
|
||||
registered limits in Keystone. With flavor scanning in
|
||||
``migrate_to_unified_limits``, operators can easily determine what resource
|
||||
classes for which they need to create registered limits.
|
||||
Reference in New Issue
Block a user