From 1ab9a2d144ee1229cdd52c0a074931c719bc7ba0 Mon Sep 17 00:00:00 2001 From: Felipe Monteiro Date: Fri, 16 Mar 2018 02:02:12 +0000 Subject: [PATCH] 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 --- lib/tempest | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/tempest b/lib/tempest index f60b477c72..0605ffb082 100644 --- a/lib/tempest +++ b/lib/tempest @@ -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.