Skip to content
Snippets Groups Projects
Commit d026a0a6 authored by František Dvořák's avatar František Dvořák
Browse files

Hadoop: set image visibility to community

parent 5355d3ae
No related branches found
No related tags found
No related merge requests found
......@@ -12,4 +12,4 @@ for id in `openstack image list --name "$IMAGE" --column ID -f value`; do
openstack image delete "$id" || :
done
openstack image create --file "$1" --property default_user=debian --property hw_scsi_model=virtio-scsi --property hw_disk_bus=scsi --property hw_rng_model=virtio --property hw_qemu_guest_agent=yes --property os_require_quiesce=yes --property os_type=linux --property os_distro=debian "$IMAGE"
openstack image create --file "$1" --community --property default_user=debian --property hw_scsi_model=virtio-scsi --property hw_disk_bus=scsi --property hw_rng_model=virtio --property hw_qemu_guest_agent=yes --property os_require_quiesce=yes --property os_type=linux --property os_distro=debian "$IMAGE"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment