Merge "Add a tempest cloud provider option"

This commit is contained in:
Zuul 2019-01-09 16:12:08 +00:00 committed by Gerrit Code Review
commit af1e03d32f
2 changed files with 4 additions and 0 deletions

View File

@ -37,6 +37,7 @@
KURYR_K8S_API_PORT: 8080
TEMPEST_PLUGINS: '/opt/stack/kuryr-tempest-plugin'
Q_BUILD_OVS_FROM_GIT: true
KURYR_K8S_CLOUD_PROVIDER: false
devstack_services:
# TODO(dmellado):Temporary workaround until proper fix
base: false

View File

@ -906,6 +906,9 @@ function update_tempest_conf_file {
if [[ "$KURYR_K8S_MULTI_WORKER_TESTS" == "True" ]]; then
iniset $TEMPEST_CONFIG kuryr_kubernetes multi_worker_setup True
fi
if [[ "$KURYR_K8S_CLOUD_PROVIDER" == "True" ]]; then
iniset $TEMPEST_CONFIG kuryr_kubernetes cloud_provider True
fi
}
source $DEST/kuryr-kubernetes/devstack/lib/kuryr_kubernetes