summaryrefslogtreecommitdiff
path: root/doc/source/cli/command-objects/floating-ip.rst
Commit message (Collapse)AuthorAgeFilesLines
* Add floating IP filter to floating IP list commandJohannes Kulik2019-01-141-0/+6
| | | | | | | | | | Add a parameter ``--floating-ip-address`` to ``floating ip list`` because it's supported by the API and also more efficient than the current ``floating ip show``. This also works as a work-around for pagination issues ``floating ip show`` might run into with an IP parameter. Change-Id: I113e3fa2495e1e86bb553c55c44f71a3f9f49d23
* Merge "Add DNS support to floating IP commands"Zuul2018-08-081-0/+10
|\
| * Add DNS support to floating IP commandsJens Harbott2018-08-061-0/+10
| | | | | | | | | | | | | | | | | | | | Add the DNS domain and name options to the ``floating ip create`` command. Also add these two columns to the output of the ``floating ip list --long`` command. Change-Id: Id4cb18b51b252f19b87b24ec5d77183771189d17 Story: 1547736 Task: 13114
* | Do not require port argument when updating floating IPyanpuqing2018-06-131-3/+3
|/ | | | | | | | | | | When setting floating ip other properties, port argument is force to use. The patch modifies the command, when setting floating ip other properties, like tags, no need port argument. Change-Id: I908712c8913f32d3dd5fdfefe7347277d72f66de Story: 1751431 Task: 13865
* Merge "Network: Add tag support for floating ip"Zuul2018-04-231-0/+59
|\
| * Network: Add tag support for floating ipDongcan Ye2018-04-171-0/+59
| | | | | | | | | | Change-Id: I7a500a4ff6cec2442b4050df26c0b017d9f71903 Closes-Bug: #1750985
* | Fix typo in 'floating ip associate' command and docBrian Haley2018-03-151-1/+1
|/ | | | | | | | Assocaite -> Associate Trivialfix Change-Id: I432e35ddcd80ef77c865bee9a54ac2777f5b6386
* Add floating IP qos_policy actionsLIU Yulong2018-01-111-0/+21
| | | | | | | | | | | | | | | | | Now we can associate a qos policy to the floating IP, and dissociate it. The commands are: $ openstack floating ip create --qos-policy ... $ openstack floating ip set --qos-policy ... $ openstack floating ip set --no-qos-policy ... $ openstack floating ip unset --qos-policy These commands are based on the neutron change: I4efe9e49d268dffeb3df4de4ea1780152218633b Partially-Implements blueprint: floating-ip-rate-limit Change-Id: I932b32f78cc5a2b53926feaec1a0b392cf7e8b57
* reorganize existing documentation according to the new standard layoutDoug Hellmann2017-06-231-0/+205
Move existing content around based on the doc-migration specification. Replace :doc: markup with :ref: to have sphinx keep track of where the files move and generate valid hyperlinks. Add a few toctrees and index pages for the new directories. Depends-On: Ia750cb049c0f53a234ea70ce1f2bbbb7a2aa9454 Change-Id: I253ee8f89d3ec40e39310c18bb87ed1d3d5de330 Signed-off-by: Doug Hellmann <doug@doughellmann.com>