Merge "Explicitly list neutron api extensions for tests"

This commit is contained in:
Jenkins 2017-04-04 19:13:59 +00:00 committed by Gerrit Code Review
commit 2c2efb123f
2 changed files with 4 additions and 0 deletions

View File

@ -73,6 +73,9 @@ case "$testtype" in
;;
"tempest")
# Make sure lbaasv2 is listed as enabled for tempest
load_conf_hook api_extensions
# These are not needed with either v1 or v2
ENABLED_SERVICES+="-c-api,-c-bak,-c-sch,-c-vol,-cinder,"
ENABLED_SERVICES+="-s-account,-s-container,-s-object,-s-proxy,"

View File

@ -0,0 +1 @@
NETWORK_API_EXTENSIONS="all,lbaasv2"