yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #03330
[Bug 1194623] Re: glance image-create does not recognize vmware-disktype as an valid argument.
follow this it should works
glance image-create --name debian --is-public=True --container-format=bare --disk-format=vmdk --property
vmware-disktype="preallocated" < Debian-flat.vmdk
** Changed in: glance
Status: New => Invalid
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1194623
Title:
glance image-create does not recognize vmware-disktype as an valid
argument.
Status in OpenStack Image Registry and Delivery Service (Glance):
Invalid
Bug description:
reference : https://wiki.openstack.org/wiki/NovaVMware/DeveloperGuide
Uploading vmdk image works well with glance add:
1. source openrc demo demo
2. glance add name="Debian" disk_format=vmdk container_format=bare is_public=true vmware_disktype="preallocated" < Debian-flat.vmdk
But glance image-create fails to execute:
1. source openrs demo demo
2. glance image-create --name debian --is-public=True --container-format=bare --disk-format=vmdk --vmware-disktype="preallocated" < Debian-flat.vmdk
glance: error: unrecognized arguments: --vmware-disktype=preallocated
How can I upload vmdk image usin glance image-create command?
To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1194623/+subscriptions