Browse code

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

Felipe Monteiro authored on 2018/03/16 11:02:12
Showing 1 changed files
... ...
@@ -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.