[CI] Fix manila tempest plugin issue in W/V

Manila's devstack plugin can be told not to install
the manila tempest plugin hostwide. Installing the
plugin host-wide isn't reqired and would cause issues
with requirements for other packages.

Signed-off-by: Goutham Pacha Ravi <gouthampravi@gmail.com>
Change-Id: I5820671240a21c3c795082791400463011a73b12
This commit is contained in:
Goutham Pacha Ravi 2022-08-23 07:14:29 -07:00
parent 448ff51dec
commit 7736ba2819

View File

@ -236,9 +236,8 @@
override-checkout: stable/victoria
vars:
branch: stable/victoria
required-projects: &manila-tempest-plugin-pin
- name: openstack/manila-tempest-plugin
override-checkout: 1.8.0
devstack_localrc:
MANILA_INSTALL_TEMPEST_PLUGIN_SYSTEMWIDE: false
- job:
name: python-tempestconf-tempest-devstack-admin-wallaby
@ -246,7 +245,8 @@
override-checkout: stable/wallaby
vars:
branch: stable/wallaby
required-projects: *manila-tempest-plugin-pin
devstack_localrc:
MANILA_INSTALL_TEMPEST_PLUGIN_SYSTEMWIDE: false
- job:
name: python-tempestconf-tempest-devstack-admin-xena
@ -287,7 +287,8 @@
override-checkout: stable/victoria
vars:
branch: stable/victoria
required-projects: *manila-tempest-plugin-pin
devstack_localrc:
MANILA_INSTALL_TEMPEST_PLUGIN_SYSTEMWIDE: false
- job:
name: python-tempestconf-tempest-devstack-demo-wallaby
@ -295,7 +296,8 @@
override-checkout: stable/wallaby
vars:
branch: stable/wallaby
required-projects: *manila-tempest-plugin-pin
devstack_localrc:
MANILA_INSTALL_TEMPEST_PLUGIN_SYSTEMWIDE: false
- job:
name: python-tempestconf-tempest-devstack-demo-xena