From d1ef129094cea565118cad5a61d487ed902e8c88 Mon Sep 17 00:00:00 2001 From: Jordan Pittier Date: Wed, 15 Mar 2017 13:46:55 +0100 Subject: [PATCH] Deprecate the dvr_extra_resources config switch. It was added to support the Liberty Release which we don't support anymore. Change-Id: I832923ee930f11111623583854ae2511f70f2dd2 --- ...recate-dvr_extra_resources-config-8c319d6dab7f7e5c.yaml | 7 +++++++ tempest/config.py | 5 ++++- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 releasenotes/notes/deprecate-dvr_extra_resources-config-8c319d6dab7f7e5c.yaml diff --git a/releasenotes/notes/deprecate-dvr_extra_resources-config-8c319d6dab7f7e5c.yaml b/releasenotes/notes/deprecate-dvr_extra_resources-config-8c319d6dab7f7e5c.yaml new file mode 100644 index 0000000000..c3e43ee77d --- /dev/null +++ b/releasenotes/notes/deprecate-dvr_extra_resources-config-8c319d6dab7f7e5c.yaml @@ -0,0 +1,7 @@ +--- +deprecations: + - | + The ``dvr_extra_resources`` configuration switch from the ``config`` module + is deprecated. It was added to support the Liberty Release which we don't + support anymore. + diff --git a/tempest/config.py b/tempest/config.py index 3ad7684a67..74b7d16fc0 100644 --- a/tempest/config.py +++ b/tempest/config.py @@ -606,7 +606,10 @@ NetworkGroup = [ "in L3 agent scheduler test. Extra resources need to be " "provisioned in order to bind router to L3 agent in the " "Liberty release or older, and are not required since " - "the Mitaka release.") + "the Mitaka release.", + deprecated_for_removal=True, + deprecated_reason='This config switch was added for Liberty ' + 'which is not supported anymore.') ] network_feature_group = cfg.OptGroup(name='network-feature-enabled',