nova/releasenotes/notes/nova-manage-limits-migrate-d1de95d20991674c.yaml
melanie witt 395501c876 nova-manage: Add 'limits migrate_to_unified_limits'
This command aims to help migrate to unified limits quotas by reading
legacy quota limits from the Nova database and calling the Keystone API
to create corresponding unified limits.

Related to blueprint unified-limits-nova-tool-and-docs

Change-Id: I5536010ea1212918e61b3f4f22c2077fadc5ebfe
2023-08-30 19:13:07 +00:00

8 lines
340 B
YAML

features:
- |
A new command ``nova-manage limits migrate_to_unified_limits`` has been
added to make migration from the ``nova.quota.DbQuotaDriver`` to the
``nova.quota.UnifiedLimitsDriver`` easier. This will enable operators to
have their existing quota limits copied from the Nova database to Keystone
automatically.