From 523fbce3deeb7a79da34ad28e609ca25c3346c38 Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Tue, 17 Dec 2019 15:20:50 +0900 Subject: [PATCH] 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 --- doc/source/configuration/settings.rst | 2 ++ ...ecate-nova-extensions-blacklist-b6285bf02c4011f8.yaml | 9 +++++++++ 2 files changed, 11 insertions(+) create mode 100644 releasenotes/notes/deprecate-nova-extensions-blacklist-b6285bf02c4011f8.yaml diff --git a/doc/source/configuration/settings.rst b/doc/source/configuration/settings.rst index 976f4696d1..afc537e004 100644 --- a/doc/source/configuration/settings.rst +++ b/doc/source/configuration/settings.rst @@ -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. diff --git a/releasenotes/notes/deprecate-nova-extensions-blacklist-b6285bf02c4011f8.yaml b/releasenotes/notes/deprecate-nova-extensions-blacklist-b6285bf02c4011f8.yaml new file mode 100644 index 0000000000..e5bab04827 --- /dev/null +++ b/releasenotes/notes/deprecate-nova-extensions-blacklist-b6285bf02c4011f8.yaml @@ -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.