So < filename should also work I've seen this around, yet I too prefer
using using --file FullPathToImage
Suggest trying with --debug like below:
$ glance --debug image-create --name test --disk-format qcow2
--container-format bare --file cirros-0.3.2-x86_64-disk.img
To debug things get rid of a
I think you might be missing a space between < and cirros-0.3.2-x86_64-disk.img
Also, I am pretty sure it should be --file IMAGE
From: EXT xu cai [jeffrey...@gmail.com]
Sent: Thursday, December 31, 2015 7:02 AM
To: openstack@lists.openstack.org
Subject: [O