847da51dea
In the current doc, the command examples are like "os server create" but the acutal command should be started with "openstack" instead of "os", it is misleading to first time users. Change-Id: I80c96f0938cec382f2f714a500138bd5a2c81aa0
61 lines
1.4 KiB
ReStructuredText
61 lines
1.4 KiB
ReStructuredText
===============
|
|
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
|
|
|
|
openstack ip availability list
|
|
[--ip-version {4,6}]
|
|
[--project <project>]
|
|
|
|
.. option:: --ip-version {4,6}
|
|
|
|
List IP availability of given IP version networks
|
|
(default is 4)
|
|
|
|
.. option:: --project <project>
|
|
|
|
List IP availability of given project
|
|
(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
|
|
|
|
openstack ip availability show
|
|
<network>
|
|
|
|
.. _ip_availability_show-network:
|
|
.. describe:: <network>
|
|
|
|
Show IP availability for a specific network (name or ID)
|