Skip to content

Commit d514d60

Browse files
committed
Add flag to set nova v3 api for tempest
This commit adds a new env variable, TEMPEST_NOVA_API_V3 to set whether the tempest api v3 tests are enabled. Change-Id: If14deb80f271061e70fae6c3d13b210ac0dd9399
1 parent 7b63c5e commit d514d60

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/tempest

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@ function configure_tempest {
283283
iniset $TEMPEST_CONFIG compute ssh_connect_method $ssh_connect_method
284284

285285
# Compute Features
286+
iniset $TEMPEST_CONFIG compute-feature-enabled api_v3 ${TEMPEST_NOVA_API_V3:-False}
286287
iniset $TEMPEST_CONFIG compute-feature-enabled resize True
287288
iniset $TEMPEST_CONFIG compute-feature-enabled live_migration ${LIVE_MIGRATION_AVAILABLE:-False}
288289
iniset $TEMPEST_CONFIG compute-feature-enabled change_password False

0 commit comments

Comments
 (0)