summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorTang Chen <chen.tang@easystack.cn>2016-03-07 11:51:39 +0800
committerTang Chen <chen.tang@easystack.cn>2016-03-08 21:22:13 +0800
commitf2fb007e820ffd8585d8c63af4aab27944d544eb (patch)
tree969c5eea132a36c70ac1b37525177dfc30b795a7 /releasenotes
parent762c4c9bdf66995198fa03751b861a859b9d44a1 (diff)
downloadpython-openstackclient-f2fb007e820ffd8585d8c63af4aab27944d544eb.tar.gz
[Subnet pool] Add 'subnet pool set' command support
This patch supports setting a new name, pool prefix, default prefix length, minimum prefix length, and maximum prefix length for a subnet pool. Change-Id: I65bd71e0f54f2f65acefbc542df67a1b1ec26397 Partial-Bug: #1544591 Related-to: blueprint neutron-client
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/bug-1544591-267fd16cc5efffe6.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1544591-267fd16cc5efffe6.yaml b/releasenotes/notes/bug-1544591-267fd16cc5efffe6.yaml
new file mode 100644
index 00000000..130af911
--- /dev/null
+++ b/releasenotes/notes/bug-1544591-267fd16cc5efffe6.yaml
@@ -0,0 +1,4 @@
+---
+features:
+ - Add ``subnet pool set`` command.
+ [Bug `1544591 <https://bugs.launchpad.net/python-openstackclient/+bug/1544591>`_]