python-openstackclient/releasenotes/notes/bug-1614379-d8e2815804d53cef.yaml
songminglong 47716d1ad3 Add extra filtering options to floating ip list
The patch adds filtering '--long', 'status', '--project',
'--project-domain' and '--router' options to
floating ip list command.

Closes-Bug: #1614379
Partially-Implements: blueprint network-commands-options
Change-Id: I2a02cf23845ff435927d8b481f77249915bd94dc
2016-12-09 14:23:26 +08:00

6 lines
215 B
YAML

---
features:
- |
Add ``--long``, ``--status``, ``--project``, ``--project-domain``,
and ``--router`` options to ``floating ip list`` command.
[Bug `1614379 <https://bugs.launchpad.net/bugs/1614379>`_]