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:
parent
f7313b74c9
commit
523fbce3de
@ -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.
|
||||
|
@ -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.
|
Loading…
Reference in New Issue
Block a user