[openstack-dev] LibvirtOpenVswitchVirtualPortDriver work with DHCP

2013-12-21 Thread Yuling_C
Hi All, Does anyone know if LibvirtOpenVswitchVirtualPortDriver work with DHCP agent/dnsmasq on Grizzly? If it does, is there any special configuration needed? I have a test bed with LibvirtHybridOVSBridgeDriver configured and working well with DHCP. After I switch to LibvirtOpenVswitchVirtua

Re: [openstack-dev] Process for proposing patches attached to launchpad bugs?

2013-12-21 Thread Chet Burgess
On Dec 20, 2013, at 14:07 , Russell Bryant wrote: > > It's not your code, so you really can't propose it without them having > signed the CLA, or propose it as your own. > Is there a time limit on this sort of thing? As an example there is a bug we opened 2 years ago that still has n

Re: [openstack-dev] [Nova] Blueprint: standard specification of guest CPU topology

2013-12-21 Thread Chet Burgess
After reading up on the proposed design I have some concerns, primarily around the use of image properties to represent the topology. While I see the relationship between images and CPU topology (as referenced in the wiki Windows licenses and its restrictions on sockets being a prime example) i

Re: [openstack-dev] Diversity as a requirement for incubation

2013-12-21 Thread Everett Toews
On Dec 18, 2013, at 4:40 AM, Thierry Carrez wrote: > I guess there are 3 options: > > 1. Require diversity for incubation, but find ways to bless or recommend > projects pre-incubation so that this diversity can actually be achieved > > 2. Do not require diversity for incubation, but require it

Re: [openstack-dev] [neutron] Re: [Blueprint vlan-aware-vms] VLAN aware VMs

2013-12-21 Thread Erik Moe
Hi Ian, I think your VLAN trunking capability proposal can be a good thing, so the user can request a Neutron network that can trunk VLANs without caring about detailed information regarding which VLANs to pass. This could be used for use cases there user wants to pass VLANs between endpoints on a

Re: [openstack-dev] [Ceilometer][Oslo] Consuming Notifications in Batches

2013-12-21 Thread Jay Pipes
On 12/21/2013 04:51 AM, Boris Pavlovic wrote: Jay, The session object will be commit()'d after the session.begin() context manager exits, which will cause the aforementioned BEGIN; INSERT; COMMIT; transaction to be executed against the server for each event record. It is a just half of problem.

Re: [openstack-dev] [neutron] packet forwarding

2013-12-21 Thread Ian Wells
Randy has it spot on. The antispoofing rules prevent you from doing this in Neutron. Clearly a router transmits traffic that isn't from it, and receives traffic that isn't addressed to it - and the port filtering discards them. You can disable them for the entire cloud by judiciously tweaking th

Re: [openstack-dev] Fwd: ./run_test.sh Fails

2013-12-21 Thread iKhan
Are you trying this on Ubuntu? On Sat, Dec 21, 2013 at 1:15 PM, Sayali Lunkad wrote: > > Subject: ./run_test.sh fails to build environment > > Hello, > I get this error when I try to set the environment for Horizon. Any idea > why this is happening? I am running Devstack on a VM with Ubuntu 12.0

Re: [openstack-dev] [nova] Do we have some guidelines for mock, stub, mox when writing unit test?

2013-12-21 Thread Matt Riedemann
On 12/19/2013 8:51 AM, John Garbutt wrote: On 4 December 2013 17:10, Russell Bryant wrote: I think option 3 makes the most sense here (pending anyone saying we should run away screaming from mox3 for some reason). It's actually what I had been assuming since this thread a while back. This m

Re: [openstack-dev] [Ceilometer][Oslo] Consuming Notifications in Batches

2013-12-21 Thread Boris Pavlovic
Jay, The session object will be commit()'d after the session.begin() context manager exits, which will cause the aforementioned BEGIN; INSERT; COMMIT; transaction to be executed against the server for each event record. It is a just half of problem. We should use SQL Bulk Inserts as well. And we