|
3 | 3 | openstack.cloud.image: |
4 | 4 | auth_type: "{{ os_images_auth_type }}" |
5 | 5 | auth: "{{ os_images_auth }}" |
6 | | - region_name: "{{ os_images_region_name | default(omit) }}" |
7 | 6 | cacert: "{{ os_images_cacert | default(omit) }}" |
8 | 7 | interface: "{{ os_images_interface | default(omit, true) }}" |
9 | 8 | region_name: "{{ os_images_region | default(omit) }}" |
|
22 | 21 | openstack.cloud.image: |
23 | 22 | auth_type: "{{ os_images_auth_type }}" |
24 | 23 | auth: "{{ os_images_auth }}" |
25 | | - region_name: "{{ os_images_region_name | default(omit) }}" |
26 | 24 | cacert: "{{ os_images_cacert | default(omit) }}" |
27 | 25 | interface: "{{ os_images_interface | default(omit, true) }}" |
28 | 26 | region_name: "{{ os_images_region | default(omit) }}" |
|
46 | 44 | openstack.cloud.image: |
47 | 45 | auth_type: "{{ os_images_auth_type }}" |
48 | 46 | auth: "{{ os_images_auth }}" |
49 | | - region_name: "{{ os_images_region_name | default(omit) }}" |
50 | 47 | cacert: "{{ os_images_cacert | default(omit) }}" |
51 | 48 | interface: "{{ os_images_interface | default(omit, true) }}" |
52 | 49 | region_name: "{{ os_images_region | default(omit) }}" |
|
65 | 62 | openstack.cloud.image: |
66 | 63 | auth_type: "{{ os_images_auth_type }}" |
67 | 64 | auth: "{{ os_images_auth }}" |
68 | | - region_name: "{{ os_images_region_name | default(omit) }}" |
69 | 65 | cacert: "{{ os_images_cacert | default(omit) }}" |
70 | 66 | interface: "{{ os_images_interface | default(omit, true) }}" |
71 | 67 | region_name: "{{ os_images_region | default(omit) }}" |
|
89 | 85 | openstack.cloud.image: |
90 | 86 | auth_type: "{{ os_images_auth_type }}" |
91 | 87 | auth: "{{ os_images_auth }}" |
92 | | - region_name: "{{ os_images_region_name | default(omit) }}" |
93 | 88 | cacert: "{{ os_images_cacert | default(omit) }}" |
94 | 89 | interface: "{{ os_images_interface | default(omit, true) }}" |
95 | 90 | region_name: "{{ os_images_region | default(omit) }}" |
|
105 | 100 | openstack.cloud.image: |
106 | 101 | auth_type: "{{ os_images_auth_type }}" |
107 | 102 | auth: "{{ os_images_auth }}" |
108 | | - region_name: "{{ os_images_region_name | default(omit) }}" |
109 | 103 | cacert: "{{ os_images_cacert | default(omit) }}" |
110 | 104 | interface: "{{ os_images_interface | default(omit, true) }}" |
111 | 105 | region_name: "{{ os_images_region | default(omit) }}" |
|
0 commit comments