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:
parent
2a29ec3c7f
commit
e88a3a6f72
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user