Merge "Add project_tags identity feature flag" into stable/queens

This commit is contained in:
Zuul 2018-04-13 12:06:24 +00:00 committed by Gerrit Code Review
commit 61e3095615
1 changed files with 4 additions and 0 deletions

View File

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