Merge "Only run the needed services for CephFS jobs"

This commit is contained in:
Zuul 2018-12-20 11:52:33 +00:00 committed by Gerrit Code Review
commit 1a658eb187
2 changed files with 4 additions and 0 deletions

View File

@ -102,6 +102,8 @@
export DEVSTACK_PROJECT_FROM_GIT="python-manilaclient"
export KEEP_LOCALRC=1
export PROJECTS="openstack/manila-tempest-plugin $PROJECTS"
OVERRIDE_ENABLED_SERVICES=key,mysql,rabbit,tempest
export OVERRIDE_ENABLED_SERVICES
function pre_test_hook {
# Configure Manila with a CephFS Native or NFS driver backend.

View File

@ -102,6 +102,8 @@
export DEVSTACK_PROJECT_FROM_GIT="python-manilaclient"
export KEEP_LOCALRC=1
export PROJECTS="openstack/manila-tempest-plugin $PROJECTS"
OVERRIDE_ENABLED_SERVICES=key,mysql,rabbit,tempest
export OVERRIDE_ENABLED_SERVICES
function pre_test_hook {
# Configure Manila with a CephFS Native or NFS driver backend.