2016-03-29 10:51:06 -06:00
|
|
|
===============
|
|
|
|
ip availability
|
|
|
|
===============
|
|
|
|
|
|
|
|
Network v2
|
|
|
|
|
|
|
|
ip availability list
|
|
|
|
--------------------
|
|
|
|
|
|
|
|
List IP availability for network
|
|
|
|
|
|
|
|
This command retrieves information about IP availability.
|
|
|
|
Useful for admins who need a quick way to check the
|
|
|
|
IP availability for all associated networks.
|
|
|
|
List specifically returns total IP capacity and the
|
|
|
|
number of allocated IP addresses from that pool.
|
|
|
|
|
|
|
|
.. program:: ip availability list
|
|
|
|
.. code:: bash
|
|
|
|
|
2016-12-20 09:18:55 +08:00
|
|
|
openstack ip availability list
|
2016-03-29 10:51:06 -06:00
|
|
|
[--ip-version {4,6}]
|
|
|
|
[--project <project>]
|
|
|
|
|
|
|
|
.. option:: --ip-version {4,6}
|
|
|
|
|
2016-04-14 20:45:27 +00:00
|
|
|
List IP availability of given IP version networks
|
2016-06-15 13:57:39 +08:00
|
|
|
(default is 4)
|
2016-03-29 10:51:06 -06:00
|
|
|
|
|
|
|
.. option:: --project <project>
|
|
|
|
|
2016-04-14 20:45:27 +00:00
|
|
|
List IP availability of given project
|
2016-03-29 10:51:06 -06:00
|
|
|
(name or ID)
|
|
|
|
|
|
|
|
ip availability show
|
|
|
|
--------------------
|
|
|
|
|
|
|
|
Show network IP availability details
|
|
|
|
|
|
|
|
This command retrieves information about IP availability.
|
|
|
|
Useful for admins who need a quick way to
|
|
|
|
check the IP availability and details for a
|
|
|
|
specific network.
|
|
|
|
|
|
|
|
This command will return information about
|
|
|
|
IP availability for the network as a whole, and
|
|
|
|
return availability information for each individual
|
|
|
|
subnet within the network as well.
|
|
|
|
|
|
|
|
|
|
|
|
.. program:: ip availability show
|
|
|
|
.. code:: bash
|
|
|
|
|
2016-12-20 09:18:55 +08:00
|
|
|
openstack ip availability show
|
2016-03-29 10:51:06 -06:00
|
|
|
<network>
|
|
|
|
|
2016-11-22 04:07:28 +08:00
|
|
|
.. _ip_availability_show-network:
|
2016-03-29 10:51:06 -06:00
|
|
|
.. describe:: <network>
|
|
|
|
|
2016-04-14 20:45:27 +00:00
|
|
|
Show IP availability for a specific network (name or ID)
|