[Openstack] [Neutron] Multiple allocation pools in a single subnet for floating ips

2014-09-09 Thread Sam Stoelinga
Hi, How can I setup neutron so that it supports a range of fragmented ips within a subnet? Version: Icehouse For example I have the following floating ips available for use: 192.168.1.10 192.168.1.15 but 192.168.1.11-14 can't be used as floating ips. With nova-network we could add them 1 by 1. I

Re: [Openstack] [Neutron] Multiple allocation pools in a single subnet for floating ips

2014-09-11 Thread Sławek Kapłoński
Hello, I don't know if it is possible to add such fragmented allocation pool to one subnet but You can add two subnets to Your network and maybe that will solve Your problem? --- Pozdrawiam Sławek Kapłoński sla...@kaplonski.pl Dnia środa, 10 września 2014 14:26:15 Sam Stoelinga pisze: > Hi, >

Re: [Openstack] [Neutron] Multiple allocation pools in a single subnet for floating ips

2014-09-11 Thread Sam Stoelinga
TLDR I fixed it by manually changing database, not sure about consequences yet, but it's working. I first went ahead to check the neutron source code and noticed that the datamodel actually supports multiple allocation pools. Just the apis don't support it? So by manually changing the database I

Re: [Openstack] [Neutron] Multiple allocation pools in a single subnet for floating ips

2014-09-11 Thread Akihiro Motoki
At now Neutron dies not support updating allocation pools, and you need to specify a desired fragmented allocation pools when creating the subnet. Supporting update of allocation pools has been discussed/raised several times, but is not implemented since it needs a check for the curren IP allocatio