Skip to content
Snippets Groups Projects
Commit 8dd409ce authored by Michal Nasiadka's avatar Michal Nasiadka
Browse files

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

Change-Id: I54e68a3002d69f7b1be2704259c6a072f81aa586
parent cdcf6220
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@
container_engine: "{{ kolla_container_engine }}"
module_name: "os_user_role"
module_args:
domain: "{{ trustee_domain.id }}"
domain: "{{ trustee_domain.domain.id }}"
user: "{{ magnum_trustee_domain_admin }}"
role: "admin"
auth: "{{ openstack_magnum_auth }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment