|
3 | 3 | openstack.cloud.router: |
4 | 4 | auth_type: "{{ os_networks_auth_type }}" |
5 | 5 | auth: "{{ os_networks_auth }}" |
6 | | - region_name: "{{ os_networks_region_name | default(omit) }}" |
| 6 | + region_name: "{{ os_networks_region | default(omit) }}" |
7 | 7 | cacert: "{{ os_networks_cacert | default(omit) }}" |
8 | 8 | cloud: "{{ os_networks_cloud | default(omit) }}" |
9 | 9 | interface: "{{ os_networks_interface | default(omit, true) }}" |
|
17 | 17 | openstack.cloud.network: |
18 | 18 | auth_type: "{{ os_networks_auth_type }}" |
19 | 19 | auth: "{{ os_networks_auth }}" |
20 | | - region_name: "{{ os_networks_region_name | default(omit) }}" |
| 20 | + region_name: "{{ os_networks_region | default(omit) }}" |
21 | 21 | cacert: "{{ os_networks_cacert | default(omit) }}" |
22 | 22 | cloud: "{{ os_networks_cloud | default(omit) }}" |
23 | 23 | interface: "{{ os_networks_interface | default(omit, true) }}" |
|
38 | 38 | openstack.cloud.subnet: |
39 | 39 | auth_type: "{{ os_networks_auth_type }}" |
40 | 40 | auth: "{{ os_networks_auth }}" |
41 | | - region_name: "{{ os_networks_region_name | default(omit) }}" |
| 41 | + region_name: "{{ os_networks_region | default(omit) }}" |
42 | 42 | cacert: "{{ os_networks_cacert | default(omit) }}" |
43 | 43 | cloud: "{{ os_networks_cloud | default(omit) }}" |
44 | 44 | interface: "{{ os_networks_interface | default(omit, true) }}" |
|
75 | 75 | # openstack.cloud.router: |
76 | 76 | # auth_type: "{{ os_networks_auth_type }}" |
77 | 77 | # auth: "{{ os_networks_auth }}" |
78 | | -# region_name: "{{ os_networks_region_name | default(omit) }}" |
| 78 | +# region_name: "{{ os_networks_region | default(omit) }}" |
79 | 79 | # cacert: "{{ os_networks_cacert | default(omit) }}" |
80 | 80 | # cloud: "{{ os_networks_cloud | default(omit) }}" |
81 | 81 | # interface: "{{ os_networks_interface | default(omit, true) }}" |
|
104 | 104 | openstack.cloud.security_group: |
105 | 105 | auth_type: "{{ os_networks_auth_type }}" |
106 | 106 | auth: "{{ os_networks_auth }}" |
107 | | - region_name: "{{ os_networks_region_name | default(omit) }}" |
| 107 | + region_name: "{{ os_networks_region | default(omit) }}" |
108 | 108 | cacert: "{{ os_networks_cacert | default(omit) }}" |
109 | 109 | cloud: "{{ os_networks_cloud | default(omit) }}" |
110 | 110 | interface: "{{ os_networks_interface | default(omit, true) }}" |
|
119 | 119 | openstack.cloud.security_group_rule: |
120 | 120 | auth_type: "{{ os_networks_auth_type }}" |
121 | 121 | auth: "{{ os_networks_auth }}" |
122 | | - region_name: "{{ os_networks_region_name | default(omit) }}" |
| 122 | + region_name: "{{ os_networks_region | default(omit) }}" |
123 | 123 | cacert: "{{ os_networks_cacert | default(omit) }}" |
124 | 124 | cloud: "{{ os_networks_cloud | default(omit) }}" |
125 | 125 | interface: "{{ os_networks_interface | default(omit, true) }}" |
|
0 commit comments