Browse code

Add identity_feature_enabled.xml_api config

This change allows us to continue to test identity XML support for
stable icehouse. XML support in Keystone has been deprecated and staged
for removal in Kilo.

Change-Id: Ibb402640c5b744f1ea38ce548994079996c72508

Lance Bragstad authored on 2014/10/11 04:37:45
Showing 1 changed files
... ...
@@ -271,6 +271,9 @@ function configure_tempest {
271 271
     iniset $TEMPEST_CONFIG identity admin_domain_name $ADMIN_DOMAIN_NAME
272 272
     iniset $TEMPEST_CONFIG identity auth_version ${TEMPEST_AUTH_VERSION:-v2}
273 273
 
274
+    # Identity Features
275
+    iniset $TEMPEST_CONFIG identity-feature-enabled xml_api True
276
+
274 277
     # Image
275 278
     # for the gate we want to be able to override this variable so we aren't
276 279
     # doing an HTTP fetch over the wide internet for this test