keystone/releasenotes/notes/bug-1760809-711df870a9d67c0d.yaml
wangxiyuan 42cf675c40 Fix 500 error when deleting domain
If there are idps in a domain, when users try to delete the
domain, 500 interal error will raise.

This patch added a new callback event to clean up the related
idps.

Closes-bug: #1760809
Change-Id: I37c8745e4509f69aaa659b130ccbdfe51cf6a1b8
2018-04-11 10:35:31 +08:00

7 lines
189 B
YAML

---
fixes:
- |
[`bug 1760809 <https://bugs.launchpad.net/keystone/+bug/1760809>`_]
Identity providers registered to domains will now be cleaned up when the
domain is deleted.