Add caveats and two-step fallback for inline boot-from-volume command
This commit is contained in:
@@ -61,6 +61,12 @@ openstack server create \
|
|||||||
devbox-vm
|
devbox-vm
|
||||||
```
|
```
|
||||||
|
|
||||||
|
> **Note:** The inline `volume_type` parameter requires API microversion 2.67+. If the server goes to ERROR state, check your volume quota (`openstack quota show`) and try creating the volume separately:
|
||||||
|
> ```bash
|
||||||
|
> openstack volume create --image Debian-13-Trixie --size 40 --type performance --bootable devbox-boot-volume
|
||||||
|
> openstack server create --flavor c4m8 --volume devbox-boot-volume --network my-network --security-group opencode-devbox --user-data cloud-init.yml devbox-vm
|
||||||
|
> ```
|
||||||
|
|
||||||
#### Floating IP
|
#### Floating IP
|
||||||
|
|
||||||
OpenStack doesn't support assigning a floating IP at instance creation time — it's a separate step after the VM is active:
|
OpenStack doesn't support assigning a floating IP at instance creation time — it's a separate step after the VM is active:
|
||||||
|
|||||||
Reference in New Issue
Block a user