Comment 15 for bug 1177196

Revision history for this message
Hyunsun Moon (hyunsun-moon) wrote :

We are using /32 subnet mask IP by making the host holding the IP to advertise routing announce.
I know this is very special use case and understand that quantum cannot cover all the special use cases, but it is valid.

If there is another way to register /32 IP pool on quantum DB, please share, it would be very helpful.

To Armando, I hvave tried --allocation-pool option(if I understood your suggestion correctly) but it failed to pass validation.
stack@devstack:~/devstack$ quantum subnet-create private 10.0.0.1/32 --no-gateway --disable-dhcp --allocation-pool start=10.0.0.1,end=10.0.0.1
The allocation pool {u'start': u'10.0.0.1', u'end': u'10.0.0.1'} spans beyond the subnet cidr 10.0.0.1/32.