The base class of LDAPServerConnectionError is changed from Error to
UnexpectedError so that it will result in HTTP 500 instead of 504. It
is inappropriate to be telling API users that there was a timeout,
which implies that LDAP is being used when they should not know that.
Reviewed: https:/ /review. openstack. org/463506 /git.openstack. org/cgit/ openstack/ keystone/ commit/ ?id=6ae168544ac 1fdf4edd8c8b97c 22ccafabc643ac
Committed: https:/
Submitter: Jenkins
Branch: master
commit 6ae168544ac1fdf 4edd8c8b97c22cc afabc643ac
Author: rocky <email address hidden>
Date: Tue May 9 17:21:23 2017 +0800
Change LDAPServerConne ctionError
The base class of LDAPServerConne ctionError is changed from Error to
UnexpectedError so that it will result in HTTP 500 instead of 504. It
is inappropriate to be telling API users that there was a timeout,
which implies that LDAP is being used when they should not know that.
Change-Id: Ic9ac3443bb2117 e33b1ec66d570ae 2a7a2f62df2
Closes-Bug: #1687115