Public bug reported: In Mitaka, if i want to create subnet, suppose 10.10.1.212-10.10.1.215, with gateway 10.10.1.214 with subnetpool, 10.10.1.0/24. We are able to do that via.
neutron subnet-create --allocation-pool start=10.10.1.212,end=10.10.1.215 --gateway 10.10.1.214 --subnet-pool demo_pool private_network 10.10.1.215/24 But now in Newton, same thing is not working, now i am not able to use fixed range and allocation pool, and even i only do with subnetpool it is taking first ip, 10.10.1.213 is a gateway instead 10.10.1.214. Its after this patch merged into devstack: https://review.openstack.org/#/c/356026/ ** Affects: neutron Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1630132 Title: Unable to create subnet pool with less no. of IP Status in neutron: New Bug description: In Mitaka, if i want to create subnet, suppose 10.10.1.212-10.10.1.215, with gateway 10.10.1.214 with subnetpool, 10.10.1.0/24. We are able to do that via. neutron subnet-create --allocation-pool start=10.10.1.212,end=10.10.1.215 --gateway 10.10.1.214 --subnet-pool demo_pool private_network 10.10.1.215/24 But now in Newton, same thing is not working, now i am not able to use fixed range and allocation pool, and even i only do with subnetpool it is taking first ip, 10.10.1.213 is a gateway instead 10.10.1.214. Its after this patch merged into devstack: https://review.openstack.org/#/c/356026/ To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1630132/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

