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
This commit is contained in:
Davanum Srinivas 2014-11-17 10:40:23 -05:00
parent 2d311df771
commit 9bb1a44a88
1 changed files with 1 additions and 0 deletions

View File

@ -298,6 +298,7 @@ function configure_tempest {
iniset $TEMPEST_CONFIG compute-feature-enabled change_password False
iniset $TEMPEST_CONFIG compute-feature-enabled block_migration_for_live_migration ${USE_BLOCK_MIGRATION_FOR_LIVE_MIGRATION:-False}
iniset $TEMPEST_CONFIG compute-feature-enabled api_extensions ${COMPUTE_API_EXTENSIONS:-"all"}
iniset $TEMPEST_CONFIG compute-feature-enabled xml_api_v2 ${COMPUTE_XML_API_V2:-True}
iniset $TEMPEST_CONFIG compute-feature-disabled api_extensions ${DISABLE_COMPUTE_API_EXTENSIONS}
# Compute admin