Merge "magnum: Fix trustee creation after ansible-collections-openstack bump"

This commit is contained in:
Zuul 2023-03-27 09:20:25 +00:00 committed by Gerrit Code Review
commit da48d99eef

View File

@ -42,7 +42,7 @@
container_engine: "{{ kolla_container_engine }}" container_engine: "{{ kolla_container_engine }}"
module_name: "os_user_role" module_name: "os_user_role"
module_args: module_args:
domain: "{{ trustee_domain.id }}" domain: "{{ trustee_domain.domain.id }}"
user: "{{ magnum_trustee_domain_admin }}" user: "{{ magnum_trustee_domain_admin }}"
role: "admin" role: "admin"
auth: "{{ openstack_magnum_auth }}" auth: "{{ openstack_magnum_auth }}"