Browse code

Merge "Enable tempest tests for application credentials"

Zuul authored on 2018/04/24 07:21:42
Showing 1 changed files
... ...
@@ -303,6 +303,10 @@ function configure_tempest {
303 303
     # as this is supported in Queens and beyond.
304 304
     iniset $TEMPEST_CONFIG identity-feature-enabled project_tags True
305 305
 
306
+    # In Queens and later, application credentials are enabled by default
307
+    # so remove this once Tempest no longer supports Pike.
308
+    iniset $TEMPEST_CONFIG identity-feature-enabled application_credentials True
309
+
306 310
     # Image
307 311
     # We want to be able to override this variable in the gate to avoid
308 312
     # doing an external HTTP fetch for this test.