Comment 1 for bug 1088736

Revision history for this message
Prakash Ramchandran (pramchan-5) wrote : Re: Add Image required on Horozon Dashboard like Update Image

I have an CentoS image I want to create and add for a new project
http://wiki.openstack.org/CreatingRHELImages
Once I have an image ready will try test it with horizon GUI, and an alternate work around I am considering is instead if we can support by default two popular formats

in above besides Amazons and those would be

1. Use image api for registering
  v1/images

Register a New Virtual Machine Image.

Request parameters
Parameter Description
name

Name for the image. Note that the name of an image is not unique to a Glance node. The API cannot expect users to know all the unique names of all other user’s images.

centos6.3-for-mykvm

disk_format

Valid values are one of aki, ari, ami, raw, iso, vhd, vdi, qcow2, or vmdk. (prefer iso for now as high priority)

container_format

ami or ovf (Like to see ovf added as that help easy interoperability - higher priority)

Once I can get this done manually will revisit this and update it.