Re: [Openstack] Glance client with API 2

2013-05-28 Thread Iccha Sethi
Hey Belmiro, You are right that python-glanceclient does not support v2 api entirely yet and supports only limited actions. But we are working towards it supporting all the operations. Here is the blue print for it : https://blueprints.launchpad.net/python-glanceclient/+spec/glance-client-v2/

Re: [Openstack] Unable to download images from glance.

2013-02-07 Thread Iccha Sethi
Hey Antonio, Unfortunately this is a known design flaw and has been reported previously as a bug as well - [https://bugs.launchpad.net/glance/+bug/1100220] https://bugs.launchpad.net/glance/+bug/1100220 . We will hopefully be looking at rectifying it sometime soon. Thanks, Iccha

Re: [Openstack] GLANCE How to run functional test only instead of the whole tests

2012-10-08 Thread Iccha Sethi
You can try: ./run_tests.sh glance/tests/functional/ Thanks, Iccha -Original Message- From: Benzwt ben...@gmail.com Sent: Monday, October 8, 2012 12:16pm To: Benzwt ben...@gmail.com Cc: OpenStack list mailing openstack@lists.launchpad.net Subject: Re: [Openstack] GLANCE How to run