From 931f82dc291dae10b9a484f25e044aed788311e1 Mon Sep 17 00:00:00 2001 From: Colleen Murphy Date: Sun, 18 Feb 2018 14:11:10 +0100 Subject: [PATCH] Enable tempest tests for application credentials In Queens and later, the application credentials feature is available on keystone and enabled by default. It should be tested in devstack. Depends-on: https://review.openstack.org/545627 Change-Id: I4b0dc823487e79df16e1e603012ba4a7dc438389 --- lib/tempest | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/tempest b/lib/tempest index 0605ffb082..9de9b91870 100644 --- a/lib/tempest +++ b/lib/tempest @@ -303,6 +303,10 @@ function configure_tempest { # as this is supported in Queens and beyond. iniset $TEMPEST_CONFIG identity-feature-enabled project_tags True + # In Queens and later, application credentials are enabled by default + # so remove this once Tempest no longer supports Pike. + iniset $TEMPEST_CONFIG identity-feature-enabled application_credentials True + # Image # We want to be able to override this variable in the gate to avoid # doing an external HTTP fetch for this test.