$ mkdir images
$ cd images/
$ wget http://cdn.download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-disk.img
$ sudo glance image-create --name="cirros" --disk-format=qcow2 --container-format=bare --is-public=true < cirros-0.3.1-x86_64-disk.img
$ glance image-list
Hello,
ReplyDeleteI followed your instructions on your 7th video, but got an error when launching the command : sudo glance image-create --name="cirros" --disk-format=qcow2 --container-format=bare --is-public=true < cirros-0.3.1-x86_64-disk.img
I've got HTTPInternalServerError (HTTP 500)
Please help.