Re: [openstack-dev] [glance] Propose Steve Lewis for Glance core

2016-12-14 Thread Sabari Murugesan
+2 for Steve! On Wed, Dec 14, 2016 at 3:36 AM, Ian Cordasco wrote: > +2 from me as well > > On Dec 14, 2016 3:16 AM, "Erno Kuvaja" wrote: > >> On Tue, Dec 13, 2016 at 10:05 PM, Brian Rosmaita >> wrote: >> > I'd like to propose Steve Lewis (stevelle on IRC) for Glance core. Take >> > a look at

Re: [openstack-dev] [Fuel][Glance][Vsphere][Datastore]

2016-10-05 Thread Sabari Murugesan
This means that the glance store driver failed to lookup the datacenter configured in the vmware_datastores option of glance-api.conf . >From the official documentation for that option :- *vmware_datastores allows administrators to* *configure multiple datastores to save glance image in the VMwar

Re: [openstack-dev] [nova][vmware] Is the vmware driver going to be OK when we drop glance v1 support?

2016-06-07 Thread Sabari Murugesan
Since most of the image attribute translation is handled by image/glance.py, I don't see any problem with dropping glance v1 support. However, there is a just one utility (io_util.py) in the driver that references g

Re: [openstack-dev] [Nova][Glance_store][VMware] Different glance store for Nova snapshot in VMware

2016-03-21 Thread Sabari Murugesan
snapshotted images: > locations [{"url": > "file:///var/lib/glance/images/0cdd8188-537e-49e2-b173-7de122070574", > "metadata": {}}] > > locations [{"url": "vsphere:// > 172.20.2.38/folder/openstack_glance/f462c06a-f202-4b1f-a89a-17f72264b50

Re: [openstack-dev] [Nova][Glance_store][VMware] Different glance store for Nova snapshot in VMware

2016-03-14 Thread Sabari Murugesan
Hi Dongcan Regardless of when you snapshot, the image should be uploaded to the default glance store. Is it possible that you had enabled the FileSystem store earlier and recently changed to the vsphere store ? To further debug, can you add the following to the default section of glance-api.conf

Re: [openstack-dev] [glance] Add Ian Cordasco back into glance-core

2015-12-07 Thread Sabari Murugesan
+2 That's awesome :D - Sabari On Mon, Dec 7, 2015 at 11:25 AM, Yang, Lin A wrote: > +1 > Glad to see this happen. > > Thanks, > Lin. > > -Original Message- > From: Flavio Percoco [mailto:fla...@redhat.com] > Sent: Monday, December 7, 2015 10:36 AM > To: openstack-dev@lists.openstack.org

Re: [openstack-dev] [all][glance] Add Sabari Kumar Murugesan

2015-12-01 Thread Sabari Murugesan
Thank you all for the support. It's a big responsibility and I hope to do my best. - Sabari On Tue, Dec 1, 2015 at 11:01 AM, Flavio Percoco wrote: > On 23/11/15 17:20 -0300, Flavio Percoco wrote: > >> Greetings, >> >> I'd like to propose adding Sabari Kumar Murugesan to the glance-core >> team.

Re: [openstack-dev] [glance][nova] how to upgrade from v1 to v2?

2015-09-24 Thread Sabari Murugesan
Hi Melanie In general, images created by glance v1 API should be accessible using v2 and vice-versa. We fixed some bugs [1] [2] [3] where metadata associated with an image was causing incompatibility. These fixes were back-ported to stable/kilo. Thanks Sabari [1] - https://bugs.launchpad.net/gla

Re: [openstack-dev] oslo.vmware release 0.13.0 (liberty)

2015-05-26 Thread Sabari Murugesan
Matt I posted a patch https://review.openstack.org/#/c/185830/1 to fix the nova tests and make it compatible with the oslo.vmware 0.13.0 release. I am fine with the revert and g-r blacklist as oslo.vmware broke the semver but we can also consider this patch as an option. Thanks Sabari On Tue,

Re: [openstack-dev] [glance] image-create failed vcender backend

2015-03-25 Thread Sabari Murugesan
Hi Sergiy I have commented on the bug, please take a look. Thanks Sabari On Wed, Mar 25, 2015 at 1:58 PM, Sergiy Lystopad wrote: > Hi,colleagues. > > I've faced with an issue https://bugs.launchpad.net/glance/+bug/1436034 > during mos 6.0 with vcenter deployment for customer. > > could you hel

Re: [openstack-dev] [Glance] Proposal to change Glance meeting time.

2015-03-13 Thread Sabari Murugesan
+1 to 1500 UTC. On Fri, Mar 13, 2015 at 11:23 AM, Steve Lewis wrote: > +1 consistent time > > +1 for 1500 UTC since that has come up. > > On 09/03/15 09:07, Nikhil Komawar wrote: > > > >So, the new proposal is: > >Glance meetings [1] to be conducted > >weekly on > >Thursdays at 1400UTC [2] on >

Re: [openstack-dev] [oslo-vmware] Propose adding Radoslav to core team

2014-09-15 Thread Sabari Murugesan
+1 On Sep 15, 2014, at 10:18 AM, Arnaud Legendre wrote: +1 On Sep 15, 2014, at 9:37 AM, Gary Kotton mailto:gkot...@vmware.com>> wrote: Hi, I would like to propose Radoslav to be a core team member. Over the course of the J cycle he has been great with the reviews, bug fixes and updates to the

Re: [openstack-dev] supported dependency versioning and testing

2014-02-20 Thread Sabari Murugesan
But I do think running a job with lowest version may still help a developer realize that a feature in the latest library is not available in an older supported version. The person can then bump up the library's min version in the requirements. Today, it;s not possible to find this out until some