From 9fecc7a8831ec330d70cedc6f0f36c355acfe353 Mon Sep 17 00:00:00 2001 From: Goutham Pacha Ravi Date: Tue, 23 Aug 2022 07:05:54 -0700 Subject: [PATCH] [devstack] Remove setting for tempest plugin MANILA_INSTALL_TEMPEST_PLUGIN_SYSTEMWIDE is an unused variable since 3b6ea369044f4bade319bdf3334d5b855e0b74ba. This variable only makes sense in the stable/wallaby and older branches and is recommended to be set to False; the correct way of getting the tempest plugin installed would be to use the "TEMPEST_PLUGINS" devstack setting. Change-Id: I2d94d780d879053f0fa739ba61f77f956ec84cd4 Signed-off-by: Goutham Pacha Ravi --- devstack/settings | 5 ----- 1 file changed, 5 deletions(-) diff --git a/devstack/settings b/devstack/settings index 106a182d2a..cfc201d275 100644 --- a/devstack/settings +++ b/devstack/settings @@ -202,11 +202,6 @@ MANILA_RESTORE_IPV6_DEFAULT_ROUTE=${MANILA_RESTORE_IPV6_DEFAULT_ROUTE:=True} # https://docs.openstack.org/oslo.policy/latest/configuration/index.html#oslo_policy.enforce_scope MANILA_ENFORCE_SCOPE=$(trueorfalse False MANILA_ENFORCE_SCOPE) -# Install manila-tempest-plugin system-wide -# This operation has been deprecated. manila-tempest-plugin has a devstack -# plugin that must be preferred over this approach. -MANILA_INSTALL_TEMPEST_PLUGIN_SYSTEMWIDE=${MANILA_INSTALL_TEMPEST_PLUGIN_SYSTEMWIDE:=True} - # Enable manila services # ---------------------- # We have to add Manila to enabled services for screen_it to work