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: I85ca8f5a7140a2637e64e980015ee30b2a23a46d

Davanum Srinivas authored on 2014/11/18 00:36:54
Showing 1 changed files
... ...
@@ -300,6 +300,7 @@ function configure_tempest {
300 300
     iniset $TEMPEST_CONFIG compute-feature-enabled live_migration ${LIVE_MIGRATION_AVAILABLE:-False}
301 301
     iniset $TEMPEST_CONFIG compute-feature-enabled change_password False
302 302
     iniset $TEMPEST_CONFIG compute-feature-enabled block_migration_for_live_migration ${USE_BLOCK_MIGRATION_FOR_LIVE_MIGRATION:-False}
303
+    iniset $TEMPEST_CONFIG compute-feature-enabled xml_api_v2 ${COMPUTE_XML_API_V2:-True}
303 304
 
304 305
     # Compute admin
305 306
     iniset $TEMPEST_CONFIG "compute-admin" username $ADMIN_USERNAME