Add project_tags identity feature flag

This PS adds the project_tags identity feature flag which allows
identity v3 project tags API functionality to be enabled for
releases after Pike. Once Pike is no longer supported in Tempest
this feature flag can be removed.

Depends-On: Ibaec1df79c9ac69c65cf5075c3519092bc609546
Change-Id: Iec6b34c10ea1bd7103720c773b48ce130643115d
This commit is contained in:
Felipe Monteiro 2018-03-16 02:02:12 +00:00
parent 18abffb72b
commit 1ab9a2d144
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.