Disable keystone_authtoken/service_token_roles_required for now

Sahara currently cannot use this option, so we work around it being
set by default in the os_nova role by disabling it via a config
override.

This allows other roles to still use it by default, but specifically
disables it for os_sahara tests.

Change-Id: I11e342975e6a043fdba455d01c6dcfadbef1984f
This commit is contained in:
Jesse Pretorius 2018-07-03 18:35:34 +01:00
parent 2a29ec3c7f
commit e88a3a6f72
1 changed files with 7 additions and 0 deletions

View File

@ -22,3 +22,10 @@ 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