From 9cfbf96620a8d01605c9eb553ad72b76068b79b4 Mon Sep 17 00:00:00 2001 From: Samuel Pilla Date: Fri, 18 Aug 2017 16:16:12 -0500 Subject: 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 Co-Authored-By: Rohan Arora Co-Authored-By: Tin Lam Partially Implements: bp project-tags Change-Id: I486b2969ae0aa2638842d842fb8b0955cc086d25 --- releasenotes/notes/project-tags-1f8a32d389951e7a.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 releasenotes/notes/project-tags-1f8a32d389951e7a.yaml (limited to 'releasenotes') 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 `_] + 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. -- cgit v1.2.1