Re: [openstack-dev] Multinode testing with devstack and neutron broken

2016-10-12 Thread Matthew Van Dijk
Not much to add here - I commented in review.openstack.org/378063 that they could set the default value of the flag to revert behaviour. - Matt On Oct 11, 2016, at 10:21 PM, Armando M. > wrote: On 11 October 2016

Re: [openstack-dev] Multinode testing with devstack and neutron broken

2016-10-11 Thread Armando M.
On 11 October 2016 at 18:20, Sean M. Collins wrote: > Armando M. wrote: > > At this point I feel that changing the pool range is even less justified. > > If I had seen bug [4], I would have been against its fix, because you're > > absolutely right as the change being not

Re: [openstack-dev] Multinode testing with devstack and neutron broken

2016-10-11 Thread Sean M. Collins
Armando M. wrote: > At this point I feel that changing the pool range is even less justified. > If I had seen bug [4], I would have been against its fix, because you're > absolutely right as the change being not backward compatible. https://review.openstack.org/#/c/356026 was written by someone

Re: [openstack-dev] Multinode testing with devstack and neutron broken

2016-10-11 Thread Clark Boylan
On Tue, Oct 11, 2016, at 05:58 PM, Carl Baldwin wrote: > On Tue, Oct 11, 2016 at 6:26 PM, Clark Boylan > wrote: > > > On Tue, Oct 11, 2016, at 05:14 PM, Carl Baldwin wrote: > > > I found this [1] added here [2]. Since the provider is using 10.0.0.0/8 > > > on > > > the

Re: [openstack-dev] Multinode testing with devstack and neutron broken

2016-10-11 Thread Armando M.
On 11 October 2016 at 17:05, Clark Boylan wrote: > On Tue, Oct 11, 2016, at 05:01 PM, Armando M. wrote: > > On 11 October 2016 at 16:54, Clark Boylan wrote: > > > > > On Tue, Oct 11, 2016, at 04:51 PM, Armando M. wrote: > > > > On 11 October 2016 at

Re: [openstack-dev] Multinode testing with devstack and neutron broken

2016-10-11 Thread Clark Boylan
On Tue, Oct 11, 2016, at 05:14 PM, Carl Baldwin wrote: > I found this [1] added here [2]. Since the provider is using 10.0.0.0/8 > on > the public interface, and the subnet pool is also 10.0.0.0/8 the call to > ip > route replace eliminates the route through the public interface. It is also an

Re: [openstack-dev] Multinode testing with devstack and neutron broken

2016-10-11 Thread Carl Baldwin
I found this [1] added here [2]. Since the provider is using 10.0.0.0/8 on the public interface, and the subnet pool is also 10.0.0.0/8 the call to ip route replace eliminates the route through the public interface. Carl [1] https://github.com/openstack-dev/devstack/blob/

Re: [openstack-dev] Multinode testing with devstack and neutron broken

2016-10-11 Thread Clark Boylan
On Tue, Oct 11, 2016, at 05:01 PM, Armando M. wrote: > On 11 October 2016 at 16:54, Clark Boylan wrote: > > > On Tue, Oct 11, 2016, at 04:51 PM, Armando M. wrote: > > > On 11 October 2016 at 16:43, Clark Boylan wrote: > > > > > > > On Tue, Oct 11,

Re: [openstack-dev] Multinode testing with devstack and neutron broken

2016-10-11 Thread Armando M.
On 11 October 2016 at 16:54, Clark Boylan wrote: > On Tue, Oct 11, 2016, at 04:51 PM, Armando M. wrote: > > On 11 October 2016 at 16:43, Clark Boylan wrote: > > > > > On Tue, Oct 11, 2016, at 04:32 PM, Armando M. wrote: > > > > On 11 October 2016 at

Re: [openstack-dev] Multinode testing with devstack and neutron broken

2016-10-11 Thread Clark Boylan
On Tue, Oct 11, 2016, at 04:51 PM, Armando M. wrote: > On 11 October 2016 at 16:43, Clark Boylan wrote: > > > On Tue, Oct 11, 2016, at 04:32 PM, Armando M. wrote: > > > On 11 October 2016 at 14:09, Clark Boylan wrote: > > > > > > > Hello everyone, > >

Re: [openstack-dev] Multinode testing with devstack and neutron broken

2016-10-11 Thread Armando M.
On 11 October 2016 at 16:43, Clark Boylan wrote: > On Tue, Oct 11, 2016, at 04:32 PM, Armando M. wrote: > > On 11 October 2016 at 14:09, Clark Boylan wrote: > > > > > Hello everyone, > > > > > > Currently multinode testing + neutron is broken in

Re: [openstack-dev] Multinode testing with devstack and neutron broken

2016-10-11 Thread Clark Boylan
On Tue, Oct 11, 2016, at 04:32 PM, Armando M. wrote: > On 11 October 2016 at 14:09, Clark Boylan wrote: > > > Hello everyone, > > > > Currently multinode testing + neutron is broken in clouds that use > > portions of 10.0.0.0/8 for their networking due to route conflicts

Re: [openstack-dev] Multinode testing with devstack and neutron broken

2016-10-11 Thread Armando M.
On 11 October 2016 at 14:09, Clark Boylan wrote: > Hello everyone, > > Currently multinode testing + neutron is broken in clouds that use > portions of 10.0.0.0/8 for their networking due to route conflicts with > devstack + neutron deployments.

[openstack-dev] Multinode testing with devstack and neutron broken

2016-10-11 Thread Clark Boylan
Hello everyone, Currently multinode testing + neutron is broken in clouds that use portions of 10.0.0.0/8 for their networking due to route conflicts with devstack + neutron deployments. https://bugs.launchpad.net/bugs/1629133 is tracking the issue for us. I would like to see this get resolved