summaryrefslogtreecommitdiff
path: root/doc/source/command-objects/floating-ip.rst
Commit message (Collapse)AuthorAgeFilesLines
* Add --description to Neutron commandsAnkur Gupta2016-09-231-0/+6
| | | | | | | | | | | | Added simple option for floating ip description when creating a floating ip. Added option for create and set router as well. Partially Implements: blueprint neutron-client-descriptions Partially Implements: blueprint network-commands-options Change-Id: Ib8cd8af449e9ff33b980017b2527a6b196894a00
* Transfer "ip floating CRUD" to "floating ip CRUD"Tang Chen2016-07-201-0/+82
This patch does the following things to transfer "ip floating xxx" to "floating ip xxx": * Add new command "floating ip create/delete/list/show", and doc. * Deprecate "ip floating create/delete/list/show" command. Change-Id: Ib071acaac81988431244e858bddafa7f93403df5 Implements: blueprint rework-ip-commands Closes-bug: 1555990 Co-Authored-By: Dean Troyer <dtroyer@gmail.com>