Re: [Openstack] [neutron][devstack]subnet created with wrong gateway

2016-08-22 Thread Brian Haley
On 08/22/2016 04:30 PM, Brent Troge wrote: Thanks Brian for your reply and your contributions. No problem. Devstack patch is at https://review.openstack.org/#/c/358848/ -Brian On Aug 22, 2016 2:09 PM, "Brian Haley" mailto:brian.ha...@hpe.com>> wrote: Yes, it uses the lowest for the ga

Re: [Openstack] [neutron][devstack]subnet created with wrong gateway

2016-08-22 Thread Brent Troge
Thanks Brian for your reply and your contributions. On Aug 22, 2016 2:09 PM, "Brian Haley" wrote: > Yes, it uses the lowest for the gateway, I was using ".1" to denote this > but realize it might not have been the best example. I'm testing a patch > now to remove the '--gateway a.b.c.d' if it's

Re: [Openstack] [neutron][devstack]subnet created with wrong gateway

2016-08-22 Thread Brian Haley
Yes, it uses the lowest for the gateway, I was using ".1" to denote this but realize it might not have been the best example. I'm testing a patch now to remove the '--gateway a.b.c.d' if it's not explicitly set since it isn't necessary. -Brian On 08/22/2016 01:57 PM, Brent Troge wrote: Doesn

Re: [Openstack] [neutron][devstack]subnet created with wrong gateway

2016-08-22 Thread Brent Troge
Doesn't neutron use the first available host address in the subnet as the gateway? So if your cidr is 128/25 then neutron would default to 129 as the gateway. On Aug 22, 2016 9:54 AM, "Brian Haley" wrote: > On 08/21/2016 08:40 PM, Tony Breeds wrote: > >> On Sun, Aug 21, 2016 at 05:28:44PM +0530,

Re: [Openstack] [neutron][devstack]subnet created with wrong gateway

2016-08-22 Thread Brian Haley
On 08/21/2016 08:40 PM, Tony Breeds wrote: On Sun, Aug 21, 2016 at 05:28:44PM +0530, Akilesh K wrote: Hi, I am using devstack for the first time and I see that it has created a subnet like below. The cidr and gateway do not match. Because of this devstack fails to run completely and fails while

Re: [Openstack] [neutron][devstack]subnet created with wrong gateway

2016-08-21 Thread Tony Breeds
On Sun, Aug 21, 2016 at 05:28:44PM +0530, Akilesh K wrote: > Hi, > I am using devstack for the first time and I see that it has created a > subnet like below. The cidr and gateway do not match. Because of this > devstack fails to run completely and fails while attaching a router to this > subnet. W

[Openstack] [neutron][devstack]subnet created with wrong gateway

2016-08-21 Thread Akilesh K
Hi, I am using devstack for the first time and I see that it has created a subnet like below. The cidr and gateway do not match. Because of this devstack fails to run completely and fails while attaching a router to this subnet. Why is devstack doing this?? stack@controller:~/devstack$ neutron sub