summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorSamuel Pilla <sp516w@att.com>2017-08-18 16:16:12 -0500
committerGage Hugo <gagehugo@gmail.com>2017-12-20 13:51:08 -0600
commit9cfbf96620a8d01605c9eb553ad72b76068b79b4 (patch)
tree0864a967dd880f773998bf57c44fe4e05ed44dee /releasenotes
parent789301a388ba7e190de21e54300b0bb8e0ed6d18 (diff)
downloadpython-keystoneclient-9cfbf96620a8d01605c9eb553ad72b76068b79b4.tar.gz
Add project tags to keystoneclient
Adds the client functionality for the following project tag calls: - Create a project tag on a project - Check if a project tag exists on a project - List project tags on a project - Modify project tags on a project - Delete a specific project tag on a project - Delete all project tags on a project Co-Authored-By: Jess Egler <jess.egler@gmail.com> Co-Authored-By: Rohan Arora <ra271w@att.com> Co-Authored-By: Tin Lam <tin@irrational.io> Partially Implements: bp project-tags Change-Id: I486b2969ae0aa2638842d842fb8b0955cc086d25
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/project-tags-1f8a32d389951e7a.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/releasenotes/notes/project-tags-1f8a32d389951e7a.yaml b/releasenotes/notes/project-tags-1f8a32d389951e7a.yaml
new file mode 100644
index 0000000..c0c868c
--- /dev/null
+++ b/releasenotes/notes/project-tags-1f8a32d389951e7a.yaml
@@ -0,0 +1,8 @@
+---
+features:
+ - |
+ [`blueprint project-tags <https://blueprints.launchpad.net/keystone/+spec/project-tags>`_]
+ The keystoneclient now supports project tags feature in keystone. This
+ allows operators to use the client to associate tags to a project,
+ retrieve tags associated with a project, delete tags associated with a
+ project, and filter projects based on tags.