Deprecate OPENSTACK_NOVA_EXTENSIONS_BLACKLIST

All of the nova API extensions have been mainlined several releases ago
and there is no potential performance issue in the nova API.
This option is used only to toggle features in horizon and
there seems no performance issues controlled by the option in horizon.
Considering this situation, this option is deprecated now.

Change-Id: If8e58e8324bad919ea45d0ccb10e21371d97f470
This commit is contained in:
Akihiro Motoki 2019-12-17 15:20:50 +09:00
parent f7313b74c9
commit 523fbce3de
2 changed files with 11 additions and 0 deletions

View File

@ -2302,6 +2302,8 @@ OPENSTACK_NOVA_EXTENSIONS_BLACKLIST
.. versionadded:: 8.0.0(Liberty)
.. deprecated:: 17.2.0(Ussuri)
Default: ``[]``
Ignore all listed Nova extensions, and behave as if they were unsupported.

View File

@ -0,0 +1,9 @@
---
deprecations:
- |
``OPENSTACK_NOVA_EXTENSIONS_BLACKLIST`` option is deprecated.
All of the nova API extensions have been mainlined several releases ago
and there is no potential performance issue in the nova API.
This option is used only to toggle features in horizon and
there seems no performance issues controlled by the option in horizon.
Considering this situation, this option is deprecated now.