Browse code

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

Matthew Treinish authored on 2014/06/07 06:22:04
Showing 1 changed files
... ...
@@ -283,6 +283,7 @@ function configure_tempest {
283 283
     iniset $TEMPEST_CONFIG compute ssh_connect_method $ssh_connect_method
284 284
 
285 285
     # Compute Features
286
+    iniset $TEMPEST_CONFIG compute-feature-enabled api_v3 ${TEMPEST_NOVA_API_V3:-False}
286 287
     iniset $TEMPEST_CONFIG compute-feature-enabled resize True
287 288
     iniset $TEMPEST_CONFIG compute-feature-enabled live_migration ${LIVE_MIGRATION_AVAILABLE:-False}
288 289
     iniset $TEMPEST_CONFIG compute-feature-enabled change_password False