| ... | ... |
@@ -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 |