Fix --block-device syntax to match current OpenStack CLI key names

This commit is contained in:
2026-04-19 16:49:26 +02:00
parent 5bac08dd03
commit 9ebff2e037
+1 -1
View File
@@ -57,7 +57,7 @@ openstack server create \
--network my-network \ --network my-network \
--security-group opencode-devbox \ --security-group opencode-devbox \
--user-data cloud-init.yml \ --user-data cloud-init.yml \
--block-device source=image,id=$(openstack image show Debian-13-Trixie -f value -c id),dest=volume,size=40,shutdown=preserve,bootindex=0,volume_type=performance \ --block-device source_type=image,uuid=$(openstack image show Debian-13-Trixie -f value -c id),destination_type=volume,volume_size=40,delete_on_termination=false,boot_index=0,volume_type=performance \
devbox-vm devbox-vm
``` ```