Fix cinder-backup/swift: readd member to tempest roles

Change I0b6ab9fb943c7b0925a0a0d2490a8bcdfa76cedc removed the 'member'
user from the default roles assigned to dynamic tempest users.
This broke cinder-backup with the default swift backend.

Set the full list of roles, including 'creator' which should be
added by the barbican devstack plugin. Unfortunately the values
here overrides any other setting.

Change-Id: Id6dc96915f5b15827e6e8f58cc8195a0f76e9686
This commit is contained in:
Luigi Toscano 2021-02-25 22:16:32 +01:00
parent ec742c8cb7
commit 5d7847ccbc
1 changed files with 4 additions and 0 deletions

View File

@ -49,6 +49,10 @@
devstack_local_conf:
test-config:
$TEMPEST_CONFIG:
auth:
# FIXME: 'creator' should be re-added by the barbican devstack plugin
# but the value below override everything.
tempest_roles: member,creator
volume-feature-enabled:
volume_revert: True
devstack_services: