nova/releasenotes/notes/unified-limits-flavor-scan-3e41db3379ed0aba.yaml
melanie witt 294e21c803 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
2024-11-21 02:02:26 +00:00

13 lines
670 B
YAML

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.