summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLingxian Kong <anlin.kong@gmail.com>2016-01-26 10:09:16 +1300
committerLingxian Kong <anlin.kong@gmail.com>2016-01-25 21:30:09 +0000
commit299c5710c518d9502a23f5240360047baa81ac8d (patch)
tree399929f40564abf2d50932ae1b2f30cf520d72be
parentffcfff6f3eda2cc9022b7924aa1d08739d63aaa1 (diff)
downloadpython-openstackclient-299c5710c518d9502a23f5240360047baa81ac8d.tar.gz
Add releasenote for 'subnet list' command support
Change-Id: I415dfe4b752dbf9dd4d5b052e29001a7a1d0ef99 Depends-On: I3c0748074a6511ff92500516b3129886d2476eed
-rw-r--r--releasenotes/notes/add-subnet-list-command-970f4b397469bdc6.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/add-subnet-list-command-970f4b397469bdc6.yaml b/releasenotes/notes/add-subnet-list-command-970f4b397469bdc6.yaml
new file mode 100644
index 00000000..ec1b7a2e
--- /dev/null
+++ b/releasenotes/notes/add-subnet-list-command-970f4b397469bdc6.yaml
@@ -0,0 +1,5 @@
+---
+features:
+ - |
+ Add support for the ``subnet list`` command.
+ [Bug `1523258 <https://bugs.launchpad.net/python-openstackclient/+bug/1523258>`_]