Skip to content

Commit

Permalink
Merge pull request #469 from stackhpc/upstream/zed-2023-10-23
Browse files Browse the repository at this point in the history
Synchronise zed with upstream
  • Loading branch information
markgoddard authored Oct 24, 2023
2 parents 144ba27 + 1de8b13 commit 6416610
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ansible/group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -889,7 +889,7 @@ fernet_token_allow_expired_window: 172800
# expiry and allow expired window, multiple active keys will be necessary.
fernet_key_rotation_interval: "{{ fernet_token_expiry + fernet_token_allow_expired_window }}"

keystone_default_user_role: "_member_"
keystone_default_user_role: "member"

# OpenStack authentication string. You should only need to override these if you
# are changing the admin tenant/project or user.
Expand Down
2 changes: 1 addition & 1 deletion ansible/library/kolla_toolbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
container_engine: docker
module_name: os_keystone_role
module_args:
name: _member_
name: member
auth: "{{ '{{ openstack_keystone_auth }}' }}"
module_extra_vars:
openstack_keystone_auth:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
upgrade:
- |
Default keystone user role has been changed from deprecated role
``_member_`` to ``member`` role.

0 comments on commit 6416610

Please sign in to comment.