diff options
| author | Richard Theis <rtheis@us.ibm.com> | 2015-11-24 10:31:07 -0600 |
|---|---|---|
| committer | Richard Theis <rtheis@us.ibm.com> | 2015-11-24 14:03:51 -0600 |
| commit | 325420f6d166aef0b58242918fac464642395b5d (patch) | |
| tree | 625cd78e31b2c74958c5e5eb26fdd91b453a78ee /doc/source/command-objects/floatingip.rst | |
| parent | bfa223f61591cf7515265c0ddcacc02797cee055 (diff) | |
| download | python-openstackclient-325420f6d166aef0b58242918fac464642395b5d.tar.gz | |
Doc: Update and add IP address
Fix the 'ip floating' command documentation file name.
Add missing command list documentation for the 'ip fixed'
and 'ip floating pool' commands. In addition, update the
command description and argument help to fix minor issues
and use consistent terminology. And finally, cleanup the
Network command object formatting.
Change-Id: I0168891bc674c9f0d4df4062f7e93f497dc8fe6f
Diffstat (limited to 'doc/source/command-objects/floatingip.rst')
| -rw-r--r-- | doc/source/command-objects/floatingip.rst | 85 |
1 files changed, 0 insertions, 85 deletions
diff --git a/doc/source/command-objects/floatingip.rst b/doc/source/command-objects/floatingip.rst deleted file mode 100644 index 1ae3041e..00000000 --- a/doc/source/command-objects/floatingip.rst +++ /dev/null @@ -1,85 +0,0 @@ -========== -floatingip -========== - -Compute v2 - -ip floating add ---------------- - -Add floating-ip to server - -.. program:: ip floating add -.. code:: bash - - os ip floating add - <ip_address> - <server> - -.. describe:: <ip_address> - - IP address to add to server - -.. describe:: <server> - - Server to receive the IP address (name or ID) - -ip floating create ------------------- - -Create new floating-ip - -.. program:: ip floating create -.. code:: bash - - os ip floating create - <pool> - -.. describe:: <pool> - - Pool to fetch floating IP from - -ip floating delete ------------------- - -Delete a floating-ip - -.. program:: ip floating delete -.. code:: bash - - os ip floating delete - <ip_address> - -.. describe:: <ip_address> - - IP address to delete - -ip floating list ----------------- - -List floating-ips - -.. program:: ip floating list -.. code:: bash - - os ip floating list - -ip floating remove ------------------- - -Remove floating-ip from server - -.. program:: ip floating remove -.. code:: bash - - os ip floating remove - <ip_address> - <server> - -.. describe:: <ip_address> - - IP address to remove from server - -.. describe:: <server> - - Server to remove the IP address from (name or ID) |
