summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorHuanxuan Ao <huanxuan.ao@easystack.cn>2017-03-17 13:28:49 +0800
committerHuanxuan Ao <huanxuan.ao@easystack.cn>2017-03-21 10:39:42 +0800
commitef5a7caf85bd6169701371da67029457abdaf47f (patch)
tree7dcb3234daf13a0f9bb8f45c7e3e82f3408c17d9 /releasenotes
parent49e866174f2e24ce996cdb588c38b5b08daed5a0 (diff)
downloadpython-openstackclient-ef5a7caf85bd6169701371da67029457abdaf47f.tar.gz
Support to add/remove multi users for "group add/remove user"
Similar delete commands in OSC, we can also support add/remove multi users for one specified group, this review implement it. Change-Id: I8ccf99d4ee83a18778fa3ff5c0a42bc7c6ff21fb Implements: bp support-multi-add-remove
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/bp-support-multi-add-remove-9516f72cfacea11a.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/bp-support-multi-add-remove-9516f72cfacea11a.yaml b/releasenotes/notes/bp-support-multi-add-remove-9516f72cfacea11a.yaml
new file mode 100644
index 00000000..83a7c03b
--- /dev/null
+++ b/releasenotes/notes/bp-support-multi-add-remove-9516f72cfacea11a.yaml
@@ -0,0 +1,5 @@
+---
+features:
+ - |
+ Add support to add/remove multi users by ``group add/remove user`` command.
+ [Blueprint :oscbp:`support-multi-add-remove`]