summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorCao Xuan Hoang <hoangcx@vn.fujitsu.com>2016-08-09 11:25:35 +0700
committerCao Xuan Hoang <hoangcx@vn.fujitsu.com>2016-08-10 08:27:03 +0700
commit831546fb9e4150074baecee9470a0b8d681e0f86 (patch)
tree67da77f1dcc97726bb57d834d9ad610ae9322c98 /releasenotes
parent0b91368164acc596bf97fe4073083e26892f5b1a (diff)
downloadpython-openstackclient-831546fb9e4150074baecee9470a0b8d681e0f86.tar.gz
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
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/bug-1610883-e6345c32a35cc290.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1610883-e6345c32a35cc290.yaml b/releasenotes/notes/bug-1610883-e6345c32a35cc290.yaml
new file mode 100644
index 00000000..710ee397
--- /dev/null
+++ b/releasenotes/notes/bug-1610883-e6345c32a35cc290.yaml
@@ -0,0 +1,7 @@
+---
+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>`_]