Re: [openstack-dev] [Neutron] FWaaS: Support for explicit commit

2013-08-04 Thread balaji patnala
Hi Sumit, So all the other Network Services like LBaaS, VPNaaS as well also has to support implicit and explicit 'Commit' modes for configuration. It is certainly a good idea to support implicit and explicit modes. It is good if all the other network services also follows the same. regards,

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 OpenStack-dev@lists.openstack.org

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-service files

[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

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 dtro...@gmail.com 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

[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

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 - RD - Corvallis) mark.m.mil...@hp.com wrote: Hello, ** ** With some minor tweaking of the keystone common/ldap/core.py file, I have

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 sandy.wa...@rackspace.com mailto:sandy.wa...@rackspace.com wrote: Hey y'all, I've had a little

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 any

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:doug.hellm...@dreamhost.com] 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 b37...@freescale.com 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

[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

[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