Update git submodules

* Update cinderlib from branch 'master'
  - Merge "Fix and improve cross-project functional testing"
  - Fix and improve cross-project functional testing
    
    Make sure stestr is executed using the python interpreter set inside
    the virtualenv, otherwise the libraries installed there may not
    found. This is due to the fact that (stestr default shebang points
    to system python when installed through devstack and the functional
    tox target uses that version thanks to sitepackages=True.
    The sitepackages option  must be used to find a few system ceph/python
    libraries not available on pypi.
    
    Setting PATH is not really needed nowadays, so remove the custom
    workaround. It is worth noting that the hack would not be needed anymore
    and PATH could be set through setenv (extending {env:PATH}).
    
    As cinderlib changes can break cinder and cinder-tempest-plugin,
    and they indeed did it in the past, so ensure that everything works
    by running cinder-tempest-plugin-lvm-lio-barbican.
    
    Change-Id: I40ef42b4224521abed00b3b210418ec96c1116ea
This commit is contained in:
Zuul 2020-07-15 22:35:02 +00:00 committed by Gerrit Code Review
parent 0a0d46e006
commit e7e1bec7dd
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit acf411975da38484da3d07c920b5cabe2e1250b5
Subproject commit 78a563f3ac12b448edd1fbf4fa05984572973e92