First time here? Check out the FAQ!
![]() | 1 | initial version |
While I can’t say anything about the errors, the --volume option includes block mapping. In other words, all you need to do is replacing the image option with volume.
![]() | 2 | No.2 Revision |
While I can’t say anything about the errors, the --volume option includes block mapping. In other words, all you need to do is replacing removing the image option with volume.block-device-mapping option:
server create --volume volboot --flavor m1.small --key-name jkkey --nic net-id=dmz-net1 --wait pers01