diff --git a/image/upload.sh b/image/upload.sh index 3b9e5f5d2f49e323b0d3796e934515d462fe9ca2..fd4fc9877699e1c3c52c6ff194d29d035104766c 100755 --- a/image/upload.sh +++ b/image/upload.sh @@ -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"