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. The same change has been merged in python-tempestconf: https://review.opendev.org/c/openinfra/python-tempestconf/+/854213 Change-Id: Id3876ad8d2a09e8fbad4834880186d55bb1d10da
This commit is contained in:
parent
5d2f7bb5d0
commit
e713ee2720
@ -100,9 +100,8 @@
|
|||||||
override-checkout: stable/wallaby
|
override-checkout: stable/wallaby
|
||||||
vars:
|
vars:
|
||||||
branch: stable/wallaby
|
branch: stable/wallaby
|
||||||
required-projects: &manila-tempest-plugin-pin
|
devstack_localrc:
|
||||||
- name: openstack/manila-tempest-plugin
|
MANILA_INSTALL_TEMPEST_PLUGIN_SYSTEMWIDE: false
|
||||||
override-checkout: 1.8.0
|
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: refstack-client-devstack-victoria
|
name: refstack-client-devstack-victoria
|
||||||
@ -110,4 +109,5 @@
|
|||||||
override-checkout: stable/victoria
|
override-checkout: stable/victoria
|
||||||
vars:
|
vars:
|
||||||
branch: stable/victoria
|
branch: stable/victoria
|
||||||
required-projects: *manila-tempest-plugin-pin
|
devstack_localrc:
|
||||||
|
MANILA_INSTALL_TEMPEST_PLUGIN_SYSTEMWIDE: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user