|
...
|
...
|
@@ -299,6 +299,10 @@ function configure_tempest {
|
|
299
|
299
|
iniset $TEMPEST_CONFIG identity-feature-enabled domain_specific_drivers True
|
|
300
|
300
|
fi
|
|
301
|
301
|
|
|
|
302
|
+ # TODO(felipemonteiro): Remove this once Tempest no longer supports Pike
|
|
|
303
|
+ # as this is supported in Queens and beyond.
|
|
|
304
|
+ iniset $TEMPEST_CONFIG identity-feature-enabled project_tags True
|
|
|
305
|
+
|
|
302
|
306
|
# Image
|
|
303
|
307
|
# We want to be able to override this variable in the gate to avoid
|
|
304
|
308
|
# doing an external HTTP fetch for this test.
|