horizon/releasenotes/notes/drop-nova-extensions-blacklist-7718f0ef622e3af8.yaml
Akihiro Motoki 672c43c43e Drop OPENSTACK_NOVA_EXTENSIONS_BLACKLIST finally
Part of the removal of OPENSTACK_NOVA_EXTENSIONS_BLACKLIST (3/3)

Clean up nova extensions related code in the API layer.

Change-Id: I9730095365342cac1023f4112bae4b3a28cdeaf7
2020-10-27 20:02:05 +09:00

10 lines
436 B
YAML

---
upgrade:
- |
``OPENSTACK_NOVA_EXTENSIONS_BLACKLIST`` setting is now dropped.
If you specify ``SimpleTenantUsage`` in this setting, consider setting
``OPENSTACK_USE_SIMPLE_TENANT_USAGE`` to ``False`` instead.
For other effective values in this setting, no replacement is
provided as nova provides all features in recent versions of nova API.
Note that you can enable/disable table actions via policy rules.