diff options
| author | Manjeet Singh Bhatia <manjeet.s.bhatia@intel.com> | 2016-04-14 20:45:27 +0000 |
|---|---|---|
| committer | Manjeet Singh Bhatia <manjeet.s.bhatia@intel.com> | 2016-06-03 16:47:56 +0000 |
| commit | eab6cdebdc28c7eaaf330bbf6c9261c4eedf4dce (patch) | |
| tree | 0072bd62bbd08e7b0fa0c78863040afd0c92f3e2 /doc | |
| parent | 17bc850440045128871c381244540eeedaa569a7 (diff) | |
| download | python-openstackclient-eab6cdebdc28c7eaaf330bbf6c9261c4eedf4dce.tar.gz | |
Add network availability for osc
This patch implements openstack client for network ip availability.
Implements: blueprint neutron-ip-capacity
Depends-On: I3b40d8edea87c068c4e8133e436511765064d5f8
Change-Id: Iffaa2e20ff495fbd205d3397e027e8141d04385e
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/source/command-objects/ip-availability.rst (renamed from doc/source/specs/ip-availability.rst) | 7 | ||||
| -rw-r--r-- | doc/source/commands.rst | 1 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/source/specs/ip-availability.rst b/doc/source/command-objects/ip-availability.rst index cf0c71ff..55b78427 100644 --- a/doc/source/specs/ip-availability.rst +++ b/doc/source/command-objects/ip-availability.rst @@ -24,12 +24,12 @@ number of allocated IP addresses from that pool. .. option:: --ip-version {4,6} - List IP availability for specific version + List IP availability of given IP version networks (Default is 4) .. option:: --project <project> - List IP availability for specific project + List IP availability of given project (name or ID) ip availability show @@ -57,5 +57,4 @@ subnet within the network as well. .. _ip_availability_show-network .. describe:: <network> - Show network IP availability for specific - network (name or ID) + Show IP availability for a specific network (name or ID) diff --git a/doc/source/commands.rst b/doc/source/commands.rst index 12542d1c..a165fbfc 100644 --- a/doc/source/commands.rst +++ b/doc/source/commands.rst @@ -96,6 +96,7 @@ referring to both Compute and Volume quotas. * ``hypervisor stats``: (**Compute**) hypervisor statistics over all compute nodes * ``identity provider``: (**Identity**) a source of users and authentication * ``image``: (**Image**) a disk image +* ``ip availability``: (**Network**) - details of IP usage of a network * ``ip fixed``: (**Compute**, **Network**) - an internal IP address assigned to a server * ``ip floating``: (**Compute**, **Network**) - a public IP address that can be mapped to a server * ``ip floating pool``: (**Compute**, **Network**) - a pool of public IP addresses |
