Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

openstack command list |grep openstack.

image -A 30

openstack image list 

curl -o /root/cirros-0.3.4.img http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img

openstack image create --min-disk 1 --disk-format qcow2 --file /root/cirros-0.3.4.img cirros

openstack image show

openstack image delete centos

source keystonerc_admin

openstack image list

You might also like