summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Johnson <johnsomor@gmail.com>2022-06-07 15:56:07 +0000
committerMichael Johnson <johnsomor@gmail.com>2022-06-07 15:58:22 +0000
commit3808102790ca8ccb559c865ddea15876b5a19939 (patch)
tree527d172615a454e06608218283ceb0f9e4b09c11
parentd52b1d793dcea1ab354a73c6f620e6c121552f3e (diff)
downloaddesignate-3808102790ca8ccb559c865ddea15876b5a19939.tar.gz
Fix misleading release note for RBAC changes.14.0.1
Due to parallel development paths, the release note added for the fixes to the secure-RBAC patches implied it was adding a new feature when in fact the feature already existed. Change-Id: Ia9a904403a2336cc9cd4645d918fc0ff64d5e871
-rw-r--r--releasenotes/notes/Support-scoped-tokens-6b7d6052a258cd11.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/releasenotes/notes/Support-scoped-tokens-6b7d6052a258cd11.yaml b/releasenotes/notes/Support-scoped-tokens-6b7d6052a258cd11.yaml
index 3571dbb3..410d7843 100644
--- a/releasenotes/notes/Support-scoped-tokens-6b7d6052a258cd11.yaml
+++ b/releasenotes/notes/Support-scoped-tokens-6b7d6052a258cd11.yaml
@@ -1,4 +1,4 @@
---
-features:
+fixes:
- |
- Adds support for keystone default roles and scoped tokens.
+ Fixes support for keystone default roles and scoped tokens.