Stop reffering _member_ role

Keystone has stopped providing or reffering `_member_` role for a while,
thus role should not be refferenced anymore.

Moreover, with 2023.1 service policies have dropped `_member_`
which resulted in the role to be insufficient for basic operations.

Change-Id: I99bf418c6cb93d5f3cafc818a8cc876a49fb0357
Related-Bug: #2029486
This commit is contained in:
Dmitriy Rabotyagov 2023-08-15 13:08:36 +02:00
parent a4ecbfc6dc
commit b9cc0f3cde
1 changed files with 1 additions and 1 deletions

View File

@ -296,7 +296,7 @@ horizon_ssl_no_verify: "{{ (keystone_service_adminuri_insecure | bool or keyston
horizon_ssl_csrf_trusted_origins: []
## The role which Horizon should use as a default for users
horizon_default_role_name: _member_
horizon_default_role_name: member
## Launch instance
horizon_launch_instance_legacy: False