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

Tony Breeds tony at bakeyournoodle.com
Mon Aug 22 00:40:12 UTC 2016


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. Why is devstack doing this??

You also need to specify NETWORK_GATEWAY in your local.conf:
    NETWORK_GATEWAY=10.4.128.1
should match:
    FIXED_RANGE=10.4.128.0/20

Our docs need updating as we recently switched from nova to neutron as the
default network provider.

Yours Tony.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: not available
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20160822/5b7d6f9d/attachment.sig>


More information about the Openstack mailing list