Comment 6 for bug 1562887

Revision history for this message
Piyush (pirsriva) wrote :

Hi,

I am not able to reproduce the issue on my setup as of now, I ran your JSON on my setup and it worked ( http://paste.openstack.org/show/492655/). I further checked DHCP logs and did NOT get any such error.

We use /30 subnet so IP range for lets say subnet with CID 1.1.1.0/30 is 1.1.1.1 -> 1.1.1.1.2 (all 0's and all 1'h host bit is reserved ). Now DHCP needs 1 IP (1.1.0.2) and router will take IP of gateway (1.1.0.1). So i dont understand how can we get an error saying no more IP since each subnet needs 2 ports only ( DHCP + Subnet Gateway )

Also as you mentioned that Rally task was a success which means API was a success and hence port should have been CREATED without any issue by Neutron.

All the generated CIDR also look good and comply /30 subnet ( http://paste.openstack.org/show/492656/ )

Let me think more on how to reproduce the issue.