|
3 | 3 | openstack.cloud.identity_domain: |
4 | 4 | auth_type: "{{ os_projects_auth_type }}" |
5 | 5 | auth: "{{ os_projects_admin_auth }}" |
6 | | - region_name: "{{ os_projects_admin_region | default(omit) }}" |
| 6 | + region_name: "{{ os_projects_region | default(omit) }}" |
7 | 7 | cacert: "{{ os_projects_cacert | default(omit) }}" |
8 | 8 | cloud: "{{ os_projects_cloud | default(omit) }}" |
9 | 9 | interface: "{{ os_projects_interface | default(omit, true) }}" |
|
86 | 86 | openstack.cloud.project: |
87 | 87 | auth_type: "{{ os_projects_auth_type }}" |
88 | 88 | auth: "{{ os_projects_admin_auth }}" |
89 | | - region_name: "{{ os_projects_admin_region | default(omit) }}" |
| 89 | + region_name: "{{ os_projects_region | default(omit) }}" |
90 | 90 | cacert: "{{ os_projects_cacert | default(omit) }}" |
91 | 91 | cloud: "{{ os_projects_cloud | default(omit) }}" |
92 | 92 | interface: "{{ os_projects_interface | default(omit, true) }}" |
|
107 | 107 | openstack.cloud.identity_role: |
108 | 108 | auth_type: "{{ os_projects_auth_type }}" |
109 | 109 | auth: "{{ os_projects_admin_auth }}" |
110 | | - region_name: "{{ os_projects_admin_region | default(omit) }}" |
| 110 | + region_name: "{{ os_projects_region | default(omit) }}" |
111 | 111 | cacert: "{{ os_projects_cacert | default(omit) }}" |
112 | 112 | cloud: "{{ os_projects_cloud | default(omit) }}" |
113 | 113 | interface: "{{ os_projects_interface | default(omit, true) }}" |
|
176 | 176 | openstack.cloud.quota: |
177 | 177 | auth_type: "{{ os_projects_auth_type }}" |
178 | 178 | auth: "{{ os_projects_admin_auth }}" |
179 | | - region_name: "{{ os_projects_admin_region | default(omit) }}" |
| 179 | + region_name: "{{ os_projects_region | default(omit) }}" |
180 | 180 | cacert: "{{ os_projects_cacert | default(omit) }}" |
181 | 181 | cloud: "{{ os_projects_cloud | default(omit) }}" |
182 | 182 | interface: "{{ os_projects_interface | default(omit, true) }}" |
|
0 commit comments