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
This commit is contained in:
Martin Kopec 2021-11-15 13:41:30 +00:00
parent 67f7408b0a
commit 1091a39d71
1 changed files with 2 additions and 0 deletions

View File

@ -101,6 +101,7 @@
- openstack/manila - openstack/manila
- openstack/manila-ui - openstack/manila-ui
- openstack/manila-tempest-plugin - openstack/manila-tempest-plugin
- openstack/python-manilaclient
- openinfra/python-tempestconf - openinfra/python-tempestconf
- openstack/tempest - openstack/tempest
- openstack/devstack - openstack/devstack
@ -129,6 +130,7 @@
USE_PYTHON3: True USE_PYTHON3: True
MANILA_USE_UWSGI: False MANILA_USE_UWSGI: False
MANILA_USE_MOD_WSGI: False MANILA_USE_MOD_WSGI: False
LIBS_FROM_GIT: python-manilaclient
devstack_services: &devstack_services devstack_services: &devstack_services
h-eng: True h-eng: True
h-api: True h-api: True