Browse code

Set xml_api_v2 for Compute tests

Nova XML V2 api support is being removed in Kilo, so we need to
enable here to ensure that the API is still tested in this stable release.

Change-Id: Ia0800b6b2f4affa48bacbbe4582a3ab8a3d3d15f

Davanum Srinivas authored on 2014/11/18 00:40:23
Showing 1 changed files
... ...
@@ -298,6 +298,7 @@ function configure_tempest {
298 298
     iniset $TEMPEST_CONFIG compute-feature-enabled change_password False
299 299
     iniset $TEMPEST_CONFIG compute-feature-enabled block_migration_for_live_migration ${USE_BLOCK_MIGRATION_FOR_LIVE_MIGRATION:-False}
300 300
     iniset $TEMPEST_CONFIG compute-feature-enabled api_extensions ${COMPUTE_API_EXTENSIONS:-"all"}
301
+    iniset $TEMPEST_CONFIG compute-feature-enabled xml_api_v2 ${COMPUTE_XML_API_V2:-True}
301 302
     iniset $TEMPEST_CONFIG compute-feature-disabled api_extensions ${DISABLE_COMPUTE_API_EXTENSIONS}
302 303
 
303 304
     # Compute admin