Re: [Openstack] Nova Client CLI Tool: Configure nova client CLI tool to consume image APIs from Glance service

2013-09-12 Thread Iccha Sethi
Hey,   if you look at the readme :https://github.com/openstack/python-novaclient   there are image calls you can make from nova cli   eg: image-createCreate a new image by taking a snapshot of a running server. image-deleteDelete an image. image-list

Re: [Openstack] Glance without Keystone

2014-05-05 Thread Iccha Sethi
You can try using unauthenticated context in the paste pipeline: https://github.com/openstack/glance/blob/master/etc/glance-api-paste.ini#L64 From: Traiano Welcome mailto:trai...@gmail.com>> Date: Monday, May 5, 2014 at 8:55 AM To: "openstack@lists.openstack.org