yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #23789
[Bug 1381749] [NEW] Can not create usable image in glance for vmdk images
Public bug reported:
This is because the image needs to have two options: --property vmware_disktype="sparse" --property vmware_adaptertype="ide"
Horizon does not provide the capability set those options.
However, it can be created using glance CLI:
glance image-create --name xxxxx --is-public=True --container-format=bare --disk-format=vmdk --property --image-location http://172.19.11.252/SCP_VM_images/fedora-amd64.vmdk
The UI provided by https://blueprints.launchpad.net/horizon/+spec
/manage-image-custom-properties helps, but the scenario is still
perceived to be complex. A behavior is expected which provides the user
a UI to choose vmware properties, eg: vmware_disktype="sparse"
--property vmware_adaptertype="ide", when create image with vmdk format.
** Affects: horizon
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1381749
Title:
Can not create usable image in glance for vmdk images
Status in OpenStack Dashboard (Horizon):
New
Bug description:
This is because the image needs to have two options: --property vmware_disktype="sparse" --property vmware_adaptertype="ide"
Horizon does not provide the capability set those options.
However, it can be created using glance CLI:
glance image-create --name xxxxx --is-public=True --container-format=bare --disk-format=vmdk --property --image-location http://172.19.11.252/SCP_VM_images/fedora-amd64.vmdk
The UI provided by https://blueprints.launchpad.net/horizon/+spec
/manage-image-custom-properties helps, but the scenario is still
perceived to be complex. A behavior is expected which provides the
user a UI to choose vmware properties, eg: vmware_disktype="sparse"
--property vmware_adaptertype="ide", when create image with vmdk
format.
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1381749/+subscriptions
Follow ups
References