From bfcba45c7c4181cffdadf7efd957370b7c3432b6 Mon Sep 17 00:00:00 2001 From: "Jesse Pretorius (odyssey4me)" Date: Wed, 11 Jul 2018 11:01:34 +0000 Subject: [PATCH] Revert "Disable keystone_authtoken/service_token_roles_required for now" This reverts commit e88a3a6f72f0aad27abf5138a37ff363d0cb3829. Given that most roles aren't yet instrumented to use service_token_roles we have removed the setting in the os_nova role, so this override is no longer necessary. Change-Id: Ib3e22000fe1d641671b759172c892c1928db6a4d Depends-On: https://review.openstack.org/581625 --- tests/os_sahara-overrides.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tests/os_sahara-overrides.yml b/tests/os_sahara-overrides.yml index c6fae35..a3cc4fc 100644 --- a/tests/os_sahara-overrides.yml +++ b/tests/os_sahara-overrides.yml @@ -22,10 +22,3 @@ tempest_plugins: tempest_test_whitelist: - sahara_tempest_plugin.tests.api - -# TODO(odyssey4me): -# Remove this once sahara supported the nova.conf -# option enabled. -nova_nova_conf_overrides: - keystone_authtoken: - service_token_roles_required: False