summaryrefslogtreecommitdiff
path: root/doc/source/command-objects/ip-floating.rst
Commit message (Collapse)AuthorAgeFilesLines
* [Floating IP] Neutron support for "ip floating create" commandTang Chen2016-03-241-3/+27
| | | | | | | | | | | | This patch adds --subnet, --port, --floating-ip-address and --fixed-ip-address options only. Project related options will be added in another patch because it relates to identity v2 and v3, which will make the unit tests too complicated in one single patch. Change-Id: I3cce4404a114ff128b74e4596f0e847be2846b17 Partial-Bug: 1519502 Related-to: blueprint neutron-client
* Doc: Fix documentation errors for command objectRichard Theis2016-03-141-2/+2
| | | | | | | Fix documentation errors impacting the "os ip floating", "os subnet pool" and "os configuration show" commands. Change-Id: Id033416df7ed06ef4b8a89e4f486fc9d546d9caf
* Floating IP: Neutron support for "ip floating show" commandTang Chen2016-02-241-0/+14
| | | | | | Change-Id: I30350076621c83c758927444e5f8bcc2b7d0fc74 Partial-Bug: 1519502 Related-to: blueprint neutron-client
* Floating IP: Neutron support for "ip floating delete" commandJude Job2016-02-141-7/+6
| | | | | | | | | | This patch implements "ip floating delete" command for both compute and network. Also includes unit tests. Change-Id: Ie61f0faad65ec90f9d9956ae463412be8d963d05 partial-Bug: 1519502 Related-to: blueprint neutron-client Co-Authored-By: Tang Chen <chen.tang@easystack.cn>
* Doc: Update and add IP addressRichard Theis2015-11-241-0/+85
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