how to properly pass image argument to glance
I'm following this documentation: http://docs.openstack.org/kilo/instal...
I'm running:
glance image-create --name "cirros-0.3.4-x86_64" --file /tmp/images/cirros-0.3.4-x86_64-disk.img \
--disk-format qcow2 --container-format bare --visibility public --progress
I get this error:
glance: error: unrecognized arguments: --name --disk-format qcow2 --container-format bare --visibility public
Glance version: 0.15.0
Is the documentation wrong or is my glance client out of date? I've been following every step without skipping, and all my configs are identical minus hostnames and IPs.
What is the correct string that would match the requirements here? I ran glance --help
and I wasn't seeing any of those flags available. My glance client is current according to the http://ubuntu-cloud.archive.canonical.com trusty-updates/kilo/main
repo.
Hi, did you find a resolution? I am having exact issues, but using glance version 0.17.0 with centos