From ee58049ce02336c820c11b33d45399c93db84e3c Mon Sep 17 00:00:00 2001 From: Major Hayden Date: Wed, 2 Mar 2016 15:16:57 -0600 Subject: [PATCH] Release notes for dangling domain fix This patch contains release notes for the fix proposed in change I309ac13812c64c6e3df5cac6adff5fc68900af60. Closes-bug: 1547542 Depends-On: I309ac13812c64c6e3df5cac6adff5fc68900af60 Change-Id: Id53fd741ed627b09527a7b742d59b61862f67381 --- ...eystone-remove-default-domain-file-03c6908cd23427dc.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 releasenotes/notes/keystone-remove-default-domain-file-03c6908cd23427dc.yaml diff --git a/releasenotes/notes/keystone-remove-default-domain-file-03c6908cd23427dc.yaml b/releasenotes/notes/keystone-remove-default-domain-file-03c6908cd23427dc.yaml new file mode 100644 index 0000000000..9c6a61aa75 --- /dev/null +++ b/releasenotes/notes/keystone-remove-default-domain-file-03c6908cd23427dc.yaml @@ -0,0 +1,6 @@ +fixes: + - The addition of multi-domain LDAP configuration support left behind a + configuration file for the default domain that causes problems with + Keystone. This file will automatically be removed if the deployer is not + using the Default domain with an LDAP back end. + (`Bug 1547542 `_)