How do I extend a subnet allocation pool in neutron [closed]
I configured an allocation pool with 5 floating IP using the following command.
neutron subnet-create $external_network_name --name $external_subnet_name --allocation-pool start=$floating_start,end=$floating_end --disable-dhcp --gateway $external_gateway $external_network_cidr
I now wish to extend the pool since I have freed a few IP addresses. How do I do this?
# neutron subnet-list
+--------------------------------------+-----------------+-----------------+----------------------------------------------------+
| id | name | cidr | allocation_pools |
+--------------------------------------+-----------------+-----------------+----------------------------------------------------+
| bc9dd495-b14e-49ec-a26c-f798e3685755 | ext-subnet | 10.10.12.0/24 | {"start": "10.10.12.231", "end": "10.10.12.235"} |
+--------------------------------------+-----------------+-----------------+----------------------------------------------------+
Can I add blocks of addresses instead of a contiguous range?
Also, I don't see the floating IP list anywhere in the dashboard. Where is will I locate it?
Simply:
Grand job. Thanks. I figured MySQL was a little over-complicated. :)
I believe this will work only with nova-network not neutron, right?
Probably. .