From e713ee27202951ccf6bbc72f3eca9d2e83adaaf7 Mon Sep 17 00:00:00 2001 From: Martin Kopec Date: Thu, 25 Aug 2022 11:06:33 +0200 Subject: [PATCH] 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 --- .zuul.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 8aea2d9..d539c45 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -100,9 +100,8 @@ override-checkout: stable/wallaby vars: branch: stable/wallaby - 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: refstack-client-devstack-victoria @@ -110,4 +109,5 @@ override-checkout: stable/victoria vars: branch: stable/victoria - required-projects: *manila-tempest-plugin-pin + devstack_localrc: + MANILA_INSTALL_TEMPEST_PLUGIN_SYSTEMWIDE: false