Skip to content

Commit 24c3735

Browse files
committed
Remove duplicated variable
1 parent 3559722 commit 24c3735

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

roles/os_images/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ example, a dict of the form:
4646

4747
`os_images_region`: Define a region to upload the images. Default is None.
4848

49-
`os_images_region_name` is an optional name of an OpenStack region.
50-
5149
`os_images_cacert` is an optional path to a CA certificate bundle.
5250

5351
`os_images_interface` is the endpoint URL type to fetch from the service

roles/os_images/tasks/promote.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
openstack.cloud.image_info:
99
auth_type: "{{ os_images_auth_type }}"
1010
auth: "{{ os_images_auth }}"
11-
region_name: "{{ os_images_region_name | default(omit) }}"
1211
cacert: "{{ os_images_cacert | default(omit) }}"
1312
interface: "{{ os_images_interface | default(omit, true) }}"
1413
region_name: "{{ os_images_region | default(omit) }}"

roles/os_images/tasks/upload.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
openstack.cloud.image:
44
auth_type: "{{ os_images_auth_type }}"
55
auth: "{{ os_images_auth }}"
6-
region_name: "{{ os_images_region_name | default(omit) }}"
76
cacert: "{{ os_images_cacert | default(omit) }}"
87
interface: "{{ os_images_interface | default(omit, true) }}"
98
region_name: "{{ os_images_region | default(omit) }}"
@@ -22,7 +21,6 @@
2221
openstack.cloud.image:
2322
auth_type: "{{ os_images_auth_type }}"
2423
auth: "{{ os_images_auth }}"
25-
region_name: "{{ os_images_region_name | default(omit) }}"
2624
cacert: "{{ os_images_cacert | default(omit) }}"
2725
interface: "{{ os_images_interface | default(omit, true) }}"
2826
region_name: "{{ os_images_region | default(omit) }}"
@@ -46,7 +44,6 @@
4644
openstack.cloud.image:
4745
auth_type: "{{ os_images_auth_type }}"
4846
auth: "{{ os_images_auth }}"
49-
region_name: "{{ os_images_region_name | default(omit) }}"
5047
cacert: "{{ os_images_cacert | default(omit) }}"
5148
interface: "{{ os_images_interface | default(omit, true) }}"
5249
region_name: "{{ os_images_region | default(omit) }}"
@@ -65,7 +62,6 @@
6562
openstack.cloud.image:
6663
auth_type: "{{ os_images_auth_type }}"
6764
auth: "{{ os_images_auth }}"
68-
region_name: "{{ os_images_region_name | default(omit) }}"
6965
cacert: "{{ os_images_cacert | default(omit) }}"
7066
interface: "{{ os_images_interface | default(omit, true) }}"
7167
region_name: "{{ os_images_region | default(omit) }}"
@@ -89,7 +85,6 @@
8985
openstack.cloud.image:
9086
auth_type: "{{ os_images_auth_type }}"
9187
auth: "{{ os_images_auth }}"
92-
region_name: "{{ os_images_region_name | default(omit) }}"
9388
cacert: "{{ os_images_cacert | default(omit) }}"
9489
interface: "{{ os_images_interface | default(omit, true) }}"
9590
region_name: "{{ os_images_region | default(omit) }}"
@@ -105,7 +100,6 @@
105100
openstack.cloud.image:
106101
auth_type: "{{ os_images_auth_type }}"
107102
auth: "{{ os_images_auth }}"
108-
region_name: "{{ os_images_region_name | default(omit) }}"
109103
cacert: "{{ os_images_cacert | default(omit) }}"
110104
interface: "{{ os_images_interface | default(omit, true) }}"
111105
region_name: "{{ os_images_region | default(omit) }}"

0 commit comments

Comments
 (0)