395501c876
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
8 lines
340 B
YAML
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.
|