summaryrefslogtreecommitdiff
path: root/doc/source/command-objects/floating-ip-pool.rst
Commit message (Collapse)AuthorAgeFilesLines
* change os in command example to openstack(2)Kevin_Zheng2016-12-201-1/+1
| | | | | | | | | 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
* Transfer "ip floating pool list" to "floating ip pool list"Tang Chen2016-07-041-0/+15
This patch does the following things to transfer "ip floating pool list" to "floating ip pool list": * Add a new command "floating ip pool list" to deprecate "ip floating pool list". The source code is in network/v2 dir. * Add doc for "floating ip pool list". * Add floating ip pool unit tests. Change-Id: Id410f4e4a96cf589a6e8def209574da71395b55f Implements: blueprint rework-ip-commands Partial-bug: 1555990 Co-Authored-By: Dean Troyer <dtroyer@gmail.com>