Skip to content

Commit e12b0f3

Browse files
authored
Merge pull request #28 from stackhpc/fix/magnum-image-visibility
Ensure required Magnum images are public
2 parents b0ae102 + a545002 commit e12b0f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/templates/magnum-capi-images.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
name: "{{ item.value.name }}"
1616
type: qcow2
1717
image_url: "{{ item.value.url }}"
18-
visibility: "community"
18+
visibility: "public"
1919
properties:
2020
os_distro: "ubuntu"
2121
os_version: "20.04"

0 commit comments

Comments
 (0)