python-openstackclient/releasenotes/notes/bug-1578819-d1efccfefb18356d.yaml
Ha Van Tu 9c473f475d Add filtering options to os network list command
This patch adds the following filtering options: '--name', '--internal',
'--share' and '--no-share', '--enable' and '--disable', '--project'
and '--project-domain', '--status'.

Change-Id: I7e9dd372ee572c6ee8cdba7fac3182f9dc0a137b
Partially-Implements: blueprint network-commands-options
Closes-Bug: #1578819
2016-09-22 09:33:48 +07:00

8 lines
285 B
YAML

---
features:
- |
Add ``--internal``, ``--name``, ``--project`` and ``--project-domain``,
``--enable`` and ``--disable``, ``--share`` and ``--no share``, ``--status``
options to the ``network list`` command.
[Bug `1578819 <https://bugs.launchpad.net/bugs/1578819>`_]