Re: [openstack-dev] OpenStack Cinder List Snapshots Support

2013-08-04 Thread Avishay Traeger
This is handled by the DB, not drivers. That line doesn't make sense. Thanks, Avishay From: Mikhail Khodos To: [email protected], Date: 08/01/2013 11:09 PM Subject:[openstack-dev] OpenStack Cinder List Snapshots Support The Cinder Support Matrix https://wiki

Re: [openstack-dev] [Infra] New "Bug" tags in commit messages

2013-08-04 Thread Thierry Carrez
James E. Blair wrote: > Thanks again, Anthony, for doing this! Indeed, this has been on my TODO list for... too long. Thanks Anthony! -- Thierry Carrez (ttx) ___ OpenStack-dev mailing list [email protected] http://lists.openstack.org/c

Re: [openstack-dev] Enabling neutron gating

2013-08-04 Thread Thierry Carrez
Nachi Ueno wrote: > It looks like neutron gating error improves as much as non-neutron gating one, > so I would like to suggest to enable neturon-gating again. +1 -- Thierry Carrez (ttx) ___ OpenStack-dev mailing list [email protected]

Re: [openstack-dev] Python overhead for rootwrap

2013-08-04 Thread Thierry Carrez
Dan Smith wrote: >> Any solution where you need to modify sudoers every time the code >> changes is painful, because there is only one sudo configuration on a >> machine and it's owned by root. > > Hmm? At least on ubuntu there is a default /etc/sudoers.d directory, > where we could land per-servi

[openstack-dev] [Oslo] oslo.version and pbr

2013-08-04 Thread Monty Taylor
Hey all! Currently, there is runtime version handling code in pbr. It's been a cause of concern for some folks because it means that pbr becomes a runtime rather than just a build time dependency - so the suggestion has come across that we split it out into its own library. This becomes even more

Re: [openstack-dev] [Oslo] oslo.version and pbr

2013-08-04 Thread Dean Troyer
On Sunday, August 4, 2013, Monty Taylor wrote: > > - make an oslo.version library based on the current code in pbr +1 > - bring the nova version code over, and keep its depend on oslo.config > +1 (code reuse), -1 (depend on oslo.config) > That way, pbr can go back to being a build-time need

Re: [openstack-dev] [Oslo] oslo.version and pbr

2013-08-04 Thread Chuck Short
Hi On Sun, Aug 4, 2013 at 2:24 PM, Dean Troyer wrote: > On Sunday, August 4, 2013, Monty Taylor wrote: >> >> - make an oslo.version library based on the current code in pbr > > > +1 > > >> - bring the nova version code over, and keep its depend on oslo.config >> > > +1 (code reuse), -1 (depend

[openstack-dev] Any experience with qed image format

2013-08-04 Thread Joshua Harlow
Hi all, I was looking into newer formats for images for qemu/KVM and noticed a new one called qed, http://wiki.qemu.org/Features/QED Has anyone in the openstack qemu/KVM users had any experience trying this format out? Was it better or worse than qcow2?? Be neat to know if it really is bett

Re: [openstack-dev] [Oslo] oslo.version and pbr

2013-08-04 Thread Monty Taylor
On 08/04/2013 02:24 PM, Dean Troyer wrote: > On Sunday, August 4, 2013, Monty Taylor wrote: > > - make an oslo.version library based on the current code in pbr > > > +1 > > > - bring the nova version code over, and keep its depend on oslo.config > > > +1 (code reuse), -1 (depend o

[openstack-dev] New release of pbr - 0.5.21

2013-08-04 Thread Monty Taylor
Normally I don't announce pbr releases, because you should really never notice them (unless they're fixing a bug you happen to be hitting) BUT - this one fixes a long-standing request that I think should make people happy, and there are some flags that folks can take advantage of should they want.

[openstack-dev] Bad hash error

2013-08-04 Thread Monty Taylor
If you hit an error like this: Bad md5 hash for package https://pypi.python.org/packages/source/c/colorama/colorama-0.2.5.tar.gz#md5=c76f67ead9dc7c83700c57695ebb741e (from https://pypi.python.org/simple/colorama/) It means that our friends at colorama have decided to re-release something with the

Re: [openstack-dev] Keystone Split Backend LDAP Question

2013-08-04 Thread Alexius Ludeman
2. I have a bug open on this problem: https://bugs.launchpad.net/keystone/+bug/1205150 On Fri, Aug 2, 2013 at 3:59 PM, Miller, Mark M (EB SW Cloud - R&D - Corvallis) wrote: > Hello, > > ** ** > > With some minor tweaking of the keystone common/ldap/core.py file, I have > been able to au

Re: [openstack-dev] [Ceilometer] Alarming should be outside of Ceilometer as a separate package.

2013-08-04 Thread Angus Salkeld
On 02/08/13 13:26 -0300, Sandy Walsh wrote: On 08/02/2013 12:27 PM, Eoghan Glynn wrote: On 08/01/2013 07:22 PM, Doug Hellmann wrote: On Thu, Aug 1, 2013 at 10:31 AM, Sandy Walsh mailto:[email protected]>> wrote: Hey y'all, I've had a little thorn in my claw on this topi

Re: [openstack-dev] Any experience with qed image format

2013-08-04 Thread Kashyap Chamarthy
On 08/05/2013 12:49 AM, Joshua Harlow wrote: > Hi all, > > I was looking into newer formats for images for qemu/KVM and noticed a new > one called qed, > > http://wiki.qemu.org/Features/QED I don't see any active development of QED format. > > Has anyone in the openstack qemu/KVM users had

Re: [openstack-dev] [Nova] Review request: Blurprint of API validation

2013-08-04 Thread Ken'ichi Ohmichi
Hi Russell, Doug, Thanks for your comments, I'm really glad to talk about this with you. > -Original Message- > From: Doug Hellmann [mailto:[email protected]] > Sent: Saturday, August 03, 2013 6:14 AM > To: OpenStack Development Mailing List > Subject: Re: [openstack-dev] [Nova

Re: [openstack-dev] [Neutron] Network Information Sharing with OpenFlow Controller

2013-08-04 Thread Kyle Mestery (kmestery)
On Aug 4, 2013, at 1:20 AM, P Balaji-B37839 wrote: > Hi, > > Anyone in the community is working on the OpenStack Controller and OpenFlow > Controller Integration for Network and VM Information sharing. > > High level approach on this is attached to this mail as PPT. > > Idea is to share the N

[openstack-dev] Which formatted image is much proper for lxc, qcow2 with nbd or raw with loop?

2013-08-04 Thread hzguanqiang
Hey Guys, Have anyone tried lxc under openstack with different formatted images? Which formatted image is much proper for lxc, qcow2 with nbd or raw with loop? And why? Thanks -- Best regards! GuanQiang 2013-08-05 ___

Re: [openstack-dev] [Nova] Monitoring plugin file names

2013-08-04 Thread Wang, Shane
I prefer nova/compute/plugins/virt/libvirt, because I think a plugin might not call libvirt or any virt driver. By the way, can nova core or those who are interested in the bp review our patch sets at https://review.openstack.org/#/q/status:open+project:openstack/nova+branch:master+topic:bp/ubs

[openstack-dev] question about rpc call dispatch in nova

2013-08-04 Thread Lu, Lianhao
Hi guys, When I'm doing some debugging work in nova, I've got some problems which I can't explain and needs some advices/comment from the guru in the community. With the rabbitmq as my rpc backend, I've started 2 conductor service, nova-condutor and my-condutor(which are very similar, except so

Re: [openstack-dev] [Nova] Monitoring plugin file names

2013-08-04 Thread Gary Kotton
From: Wang, Shane [mailto:[email protected]] Sent: Monday, August 05, 2013 7:37 AM To: OpenStack Development Mailing List Subject: Re: [openstack-dev] [Nova] Monitoring plugin file names I prefer nova/compute/plugins/virt/libvirt, because I think a plugin might not call libvirt or any virt d

Re: [openstack-dev] question about rpc call dispatch in nova

2013-08-04 Thread Lu, Lianhao
> From: Somanchi Trinath-B39208 [mailto:[email protected]] > Sent: Monday, August 05, 2013 1:59 PM > To: OpenStack Development Mailing List > Cc: Lu, Lianhao > Subject: RE: question about rpc call dispatch in nova > > Hi- > > Please find the Replies inline. > > -- > Trinath Somanchi - B39208