<div dir="ltr"><div><div>Hi, <br></div>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??<br><br>stack@controller:~/devstack$ neutron subnet-show b5b7c8a2-3413-40a8-8bf5-a9337eb885d8<br>+-------------------+------------------------------------------------+<br>| Field             | Value                                          |<br>+-------------------+------------------------------------------------+<br>| allocation_pools  | {"start": "10.4.128.1", "end": "10.4.143.254"} |<br>| <b>cidr              | <a href="http://10.4.128.0/20">10.4.128.0/20</a>                                  |</b><br>| created_at        | 2016-08-21T11:38:57                            |<br>| description       |                                                |<br>| dns_nameservers   |                                                |<br>| enable_dhcp       | True                                           |<br><b>| gateway_ip        | 10.0.0.1     </b>                                  |<br>| host_routes       |                                                |<br>| id                | b5b7c8a2-3413-40a8-8bf5-a9337eb885d8           |<br>| ip_version        | 4                                              |<br>| ipv6_address_mode |                                                |<br>| ipv6_ra_mode      |                                                |<br>| name              | private-subnet                                 |<br>| network_id        | 8f06d528-c8e0-40a2-906e-0c77bfa169d9           |<br>| revision          | 2                                              |<br>| service_types     |                                                |<br>| subnetpool_id     |                                                |<br>| tenant_id         | 55c9410dfdff4e4a84cf685d3d578ecc               |<br>| updated_at        | 2016-08-21T11:38:57                            |<br>+-------------------+------------------------------------------------+<br><br></div>Thank you,<br><br></div>