You are on page 1of 1

openstack command list | grep openstack.

image -A 20

openstack image --help

openstack image list

curl -o /root/cirros.img http://......img

openstack image create --help

openstack image create container-format bare --disk-format qcow2


--project marvel --file current/trusty-server-cloudimg-amd64-disk1.img
Imagen1

openstack image show Imagen1

openstack image set --help

openstack image set --public Imagen1

openstack image save --help

openstack image save --file /root/cirros.img

openstack image add project Imagen1 Proyecto1

openstack image set -h

openstack image set Imagen1 --min-ram 512

openstack image show Imagen1

You might also like