Didn't see a bug opened on the following issue.
Using:
https://repos.fedorapeople.org/repos/openstack/openstack-trunk/2
015-08-20/00README.html
RDO liberty packstack --allinone fails on demo provision of glance
https://bugzilla.redhat.com/show_bug.cgi?id=1258576
On Wed, 2015-08-26 at 05:09 -0400, Attila Fazekas wrote:
The glance client help shows the v1, but the client in this case
behaves as v2 client.
The v2 help `/usr/bin/glance --os-image-api-version 2 help image
-create` does not indicates
these arguments.
The glance client can be asked to work as v1 client by adding the `-
-os-image-api-version 1` arg to client,
(likely puppet module change required).
Also upstream does not uses or testing the glance client in dvsm
setups anymore,
it is switched to the `openstack` client since long.