[Openstack] growing fixed-ip network

2012-08-02 Thread Christoph Kluenter
gets an IP from both nets. But if the first net doesn't have free IPs, I get the exception.NoMoreFixedIps() even if the second net still has lots of IPs. Can this be solved with quantum ? Cheers, Christoph -- Christoph Kluenter E-Mail: supp...@iphh.n

Re: [Openstack] growing fixed-ip network

2012-08-02 Thread Christoph Kluenter
make if its private adress space ? christoph > > Ravi > > On Thu, Aug 2, 2012 at 5:58 AM, Christoph Kluenter wrote: > > > Hi, > > > > I don't know how to handle the case when a tenant has used up all IPs. > > We use FlatNetworking, so no Floating IP

Re: [Openstack] growing fixed-ip network

2012-08-03 Thread Christoph Kluenter
* Am Thu, Aug 02 2012 at 09:24:55 -0400 , schrieb Ravi Jagannathan: > It should hop on to the next subnet block if available Since openstack doesn't do this, its just not possible to grow grow the network ? Christoph > > Ravi > > On Thu, Aug 2, 2012 at 5:58 AM, Chris

Re: [Openstack] growing fixed-ip network

2012-08-03 Thread Christoph Kluenter
net is full, it has to be another net. But this does not work. Cheers, Christoph > > On Fri, Aug 3, 2012 at 7:03 AM, Christoph Kluenter wrote: > > > * Am Thu, Aug 02 2012 at 09:24:55 -0400 , schrieb Ravi Jagannathan: > > > It should hop on to the next subnet block if