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:39 +0000
commitf2557474951e96677939dc768c98a02543380b72 (patch)
tree86f295e8cf623ce75f2eaa0c4abe2f0d63d34c6e
parentabe17707a17a1c69bc63d31313b69164c647dfbf (diff)
downloaddesignate-f2557474951e96677939dc768c98a02543380b72.tar.gz
Fix misleading release note for RBAC changes.wallaby-em12.1.0
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.