summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-12-02 18:21:58 +0000
committerGerrit Code Review <review@openstack.org>2020-12-02 18:21:58 +0000
commit54bf2c054d7b8287de5cb20dfbf03af0383c29c9 (patch)
tree52b0c5bf30e7b57615fcec2b4b06182963147293 /releasenotes
parent30fe947f5596708d202f803a685441509ecdf166 (diff)
parent2e0a0f15cf50e200925aebd9659d903c79b5b68e (diff)
downloadpython-openstackclient-train-em.tar.gz
Merge "Bypass user and group verification in RemoveRole" into stable/traintrain-em4.0.2
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/bug-2006635-3110f7a87a186e62.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-2006635-3110f7a87a186e62.yaml b/releasenotes/notes/bug-2006635-3110f7a87a186e62.yaml
new file mode 100644
index 00000000..ecc58c8a
--- /dev/null
+++ b/releasenotes/notes/bug-2006635-3110f7a87a186e62.yaml
@@ -0,0 +1,7 @@
+---
+fixes:
+ - |
+ You can now remove role assignments from keystone that reference non-existent
+ users or groups.
+
+ [Bug `2006635 <https://storyboard.openstack.org/#!/story/2006635>`_]