Skip to content
Snippets Groups Projects
Commit b264647a authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Fix create and associate error of resellerAdmin"

parents f37e1cf5 9e158b78
No related branches found
No related tags found
No related merge requests found
...@@ -42,5 +42,7 @@ ...@@ -42,5 +42,7 @@
role: "ResellerAdmin" role: "ResellerAdmin"
region_name: "{{ openstack_region_name }}" region_name: "{{ openstack_region_name }}"
auth: "{{ '{{ openstack_ceilometer_auth }}' }}" auth: "{{ '{{ openstack_ceilometer_auth }}' }}"
module_extra_vars:
openstack_ceilometer_auth: "{{ openstack_ceilometer_auth }}"
when: enable_swift | bool when: enable_swift | bool
run_once: True run_once: True
...@@ -37,9 +37,10 @@ ...@@ -37,9 +37,10 @@
kolla_toolbox: kolla_toolbox:
module_name: "os_keystone_role" module_name: "os_keystone_role"
module_args: module_args:
project: "service" name: "ResellerAdmin"
role: "ResellerAdmin"
region_name: "{{ openstack_region_name }}" region_name: "{{ openstack_region_name }}"
auth: "{{ '{{ openstack_swift_auth }}' }}" auth: "{{ '{{ openstack_swift_auth }}' }}"
module_extra_vars:
openstack_swift_auth: "{{ openstack_swift_auth }}"
when: enable_ceilometer | bool when: enable_ceilometer | bool
run_once: True run_once: True
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