From 1091a39d71d68cc5524b87fada7d7e4241624fe1 Mon Sep 17 00:00:00 2001 From: Martin Kopec Date: Mon, 15 Nov 2021 13:41:30 +0000 Subject: [PATCH] Use python-manilaclient from source Some changes have been merged to python-manilaclient recently which aren't packaged yet and therefore cause problems in our gates - the jobs are failing to create a share group type. Installing the client from source will fix our gates. Change-Id: Ia4d856118fa204f821c3ec0fdf39d210eaad34b1 --- .zuul.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index e711987f..af76ed82 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -101,6 +101,7 @@ - openstack/manila - openstack/manila-ui - openstack/manila-tempest-plugin + - openstack/python-manilaclient - openinfra/python-tempestconf - openstack/tempest - openstack/devstack @@ -129,6 +130,7 @@ USE_PYTHON3: True MANILA_USE_UWSGI: False MANILA_USE_MOD_WSGI: False + LIBS_FROM_GIT: python-manilaclient devstack_services: &devstack_services h-eng: True h-api: True