diff options
| author | songminglong <songminglong@cmss.chinamobile.com> | 2016-12-09 14:23:26 +0800 |
|---|---|---|
| committer | songminglong <songminglong@cmss.chinamobile.com> | 2016-12-09 14:23:26 +0800 |
| commit | 47716d1ad32b7c879f6b5736687be1553f6fbfb6 (patch) | |
| tree | 2cde35900514eb84ec03778ee0a8ca8b3614b93d /releasenotes | |
| parent | 83cf09df28e200ba40f403504db3b11e623978fd (diff) | |
| download | python-openstackclient-47716d1ad32b7c879f6b5736687be1553f6fbfb6.tar.gz | |
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
Diffstat (limited to 'releasenotes')
| -rw-r--r-- | releasenotes/notes/bug-1614379-d8e2815804d53cef.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1614379-d8e2815804d53cef.yaml b/releasenotes/notes/bug-1614379-d8e2815804d53cef.yaml new file mode 100644 index 00000000..e9ca443d --- /dev/null +++ b/releasenotes/notes/bug-1614379-d8e2815804d53cef.yaml @@ -0,0 +1,6 @@ +--- +features: + - | + Add ``--long``, ``--status``, ``--project``, ``--project-domain``, + and ``--router`` options to ``floating ip list`` command. + [Bug `1614379 <https://bugs.launchpad.net/bugs/1614379>`_]
\ No newline at end of file |
