First time here? Check out the FAQ!
![]() | 1 | initial version |
create a bootable volume from that Cirros or Ubuntu 14.04. to create a bootable volume use this below command.
cinder create –image_name <glance_image_id> --display_name <volume_name> <size>
after bootable volume created, u can lanch an instance from that volume. u can run only one instance with one bootable volume.