Re: [openstack-dev] Fw: [Heat] Enhancement on addition to heat template with glance

2015-01-13 Thread Steven Hardy
On Tue, Jan 13, 2015 at 05:50:57PM +0530, Anusha Rayani wrote: Hello Steve, Thanks for your response. Yes,we do have an resource class defined in Heat to upload an image, but in this case we can only use the image from URL where as using --file option to glance

[openstack-dev] Fw: [Heat] Enhancement on addition to heat template with glance

2015-01-13 Thread Anusha Rayani
Hello All, I would like to implement glance image upload based on the path given from the HOT template. Currently I could see we can give already uploaded image id/name. Please let me know any further suggestions on this. Thanks, Anusha Rayani =-=-= Notice: The

Re: [openstack-dev] Fw: [Heat] Enhancement on addition to heat template with glance

2015-01-13 Thread Steven Hardy
On Tue, Jan 13, 2015 at 03:33:09PM +0530, Anusha Rayani wrote: Hello All, I would like to implement glance image upload based on the path given from the HOT template. You may need to provide more details - heat already accepts a location property?

Re: [openstack-dev] Fw: [Heat] Enhancement on addition to heat template with glance

2015-01-13 Thread Anusha Rayani
Hello Steve, Thanks for your response. Yes,we do have an resource class defined in Heat to upload an image, but in this case we can only use the image from URL where as using --fileĀ  option to glance image-create we can upload a disk image from local filesystem to glance. $ glance