Browse code

Add identity_feature_enabled.xml_api config

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

Change-Id: I576c93303575812c44afa36ad18205ecbc494e5f

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