|
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 | default(omit) }}" |
6 | 7 | cacert: "{{ os_networks_cacert | default(omit) }}" |
7 | 8 | cloud: "{{ os_networks_cloud | default(omit) }}" |
8 | 9 | interface: "{{ os_networks_interface | default(omit, true) }}" |
|
16 | 17 | openstack.cloud.network: |
17 | 18 | auth_type: "{{ os_networks_auth_type }}" |
18 | 19 | auth: "{{ os_networks_auth }}" |
| 20 | + region_name: "{{ os_networks_region | default(omit) }}" |
19 | 21 | cacert: "{{ os_networks_cacert | default(omit) }}" |
20 | 22 | cloud: "{{ os_networks_cloud | default(omit) }}" |
21 | 23 | interface: "{{ os_networks_interface | default(omit, true) }}" |
|
36 | 38 | openstack.cloud.subnet: |
37 | 39 | auth_type: "{{ os_networks_auth_type }}" |
38 | 40 | auth: "{{ os_networks_auth }}" |
| 41 | + region_name: "{{ os_networks_region | default(omit) }}" |
39 | 42 | cacert: "{{ os_networks_cacert | default(omit) }}" |
40 | 43 | cloud: "{{ os_networks_cloud | default(omit) }}" |
41 | 44 | interface: "{{ os_networks_interface | default(omit, true) }}" |
|
72 | 75 | # openstack.cloud.router: |
73 | 76 | # auth_type: "{{ os_networks_auth_type }}" |
74 | 77 | # auth: "{{ os_networks_auth }}" |
| 78 | +# region_name: "{{ os_networks_region | default(omit) }}" |
75 | 79 | # cacert: "{{ os_networks_cacert | default(omit) }}" |
76 | 80 | # cloud: "{{ os_networks_cloud | default(omit) }}" |
77 | 81 | # interface: "{{ os_networks_interface | default(omit, true) }}" |
|
100 | 104 | openstack.cloud.security_group: |
101 | 105 | auth_type: "{{ os_networks_auth_type }}" |
102 | 106 | auth: "{{ os_networks_auth }}" |
| 107 | + region_name: "{{ os_networks_region | default(omit) }}" |
103 | 108 | cacert: "{{ os_networks_cacert | default(omit) }}" |
104 | 109 | cloud: "{{ os_networks_cloud | default(omit) }}" |
105 | 110 | interface: "{{ os_networks_interface | default(omit, true) }}" |
|
114 | 119 | openstack.cloud.security_group_rule: |
115 | 120 | auth_type: "{{ os_networks_auth_type }}" |
116 | 121 | auth: "{{ os_networks_auth }}" |
| 122 | + region_name: "{{ os_networks_region | default(omit) }}" |
117 | 123 | cacert: "{{ os_networks_cacert | default(omit) }}" |
118 | 124 | cloud: "{{ os_networks_cloud | default(omit) }}" |
119 | 125 | interface: "{{ os_networks_interface | default(omit, true) }}" |
|
0 commit comments