python-openstackclient/releasenotes/notes/bug-1610883-e6345c32a35cc290.yaml
Cao Xuan Hoang 831546fb9e Add '--dhcp' and '--no-dhcp' options to os subnet list cmd
This patch adds '--dhcp' and '--no-dhcp' options to filter
subnets resulted by os subnet list command.

Change-Id: Ib574cc54594845bc5c5afc38bf44e3b224d33b17
Partial-Bug: #1610883
2016-08-10 08:27:03 +07:00

8 lines
242 B
YAML

---
features:
- |
Make ``subnet list`` command supports listing up subnets with
dhcp enabled/disabled by adding ``--dhcp`` and ``--no-dhcp``
options to the command.
[Bug `1610883 <https://bugs.launchpad.net/bugs/1610883>`_]