aboutsummaryrefslogtreecommitdiffstats
path: root/keystone-moon/releasenotes/notes/revert-v2-token-issued-for-non-default-domain-25ea5337f158ef13.yaml
diff options
context:
space:
mode:
authorRHE <rebirthmonkey@gmail.com>2017-11-24 13:54:26 +0100
committerRHE <rebirthmonkey@gmail.com>2017-11-24 13:54:26 +0100
commit920a49cfa055733d575282973e23558c33087a4a (patch)
treed371dab34efa5028600dad2e7ca58063626e7ba4 /keystone-moon/releasenotes/notes/revert-v2-token-issued-for-non-default-domain-25ea5337f158ef13.yaml
parentef3eefca70d8abb4a00dafb9419ad32738e934b2 (diff)
remove keystone-moon
Change-Id: I80d7c9b669f19d5f6607e162de8e0e55c2f80fdd Signed-off-by: RHE <rebirthmonkey@gmail.com>
Diffstat (limited to 'keystone-moon/releasenotes/notes/revert-v2-token-issued-for-non-default-domain-25ea5337f158ef13.yaml')
-rw-r--r--keystone-moon/releasenotes/notes/revert-v2-token-issued-for-non-default-domain-25ea5337f158ef13.yaml12
1 files changed, 0 insertions, 12 deletions
diff --git a/keystone-moon/releasenotes/notes/revert-v2-token-issued-for-non-default-domain-25ea5337f158ef13.yaml b/keystone-moon/releasenotes/notes/revert-v2-token-issued-for-non-default-domain-25ea5337f158ef13.yaml
deleted file mode 100644
index cc28c7f3..00000000
--- a/keystone-moon/releasenotes/notes/revert-v2-token-issued-for-non-default-domain-25ea5337f158ef13.yaml
+++ /dev/null
@@ -1,12 +0,0 @@
-fixes:
- - >
- [`bug 1527759 <https://bugs.launchpad.net/keystone/+bug/1527759>`_]
- Reverted the change that eliminates the ability to get
- a V2 token with a user or project that is not in the
- default domain. This change broke real-world deployments
- that utilized the ability to authenticate via V2 API
- with a user not in the default domain or with a
- project not in the default domain. The deployer
- is being convinced to update code to properly handle
- V3 auth but the fix broke expected and tested
- behavior.