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:30 +0000
commit2159c7a5aa4669cdb31ec8c5780c3b445f32d7cb (patch)
tree902cb67df86634fd187c47ab9f18491baead56d4
parent2862a55057411037c45d065cd59d091ac24d2dc6 (diff)
downloaddesignate-2159c7a5aa4669cdb31ec8c5780c3b445f32d7cb.tar.gz
Fix misleading release note for RBAC changes.13.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.