Add a tempest cloud provider option

Change-Id: Iaff9a1f4d3d8972b3e042f5e7b1d3d9c08fe9fc5
This commit is contained in:
Itzik Brown 2019-01-03 12:06:59 +02:00
parent cf96e54bf7
commit 75f46dbdb1
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