Comment 6 for bug 1733754

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to keystone (master)

Reviewed: https://review.openstack.org/522107
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=4c824c8088e359d4fd9434e01d1652a26b905335
Submitter: Zuul
Branch: master

commit 4c824c8088e359d4fd9434e01d1652a26b905335
Author: wangxiyuan <email address hidden>
Date: Wed Nov 22 11:41:35 2017 +0800

    Add schema check for OS-TRUST:trust authentication

    If the OS-TRUST:trust is not a dict when authenticating,
    Keystone will raise 500 error. This patch add the
    related schema check to avoid the error.

    Change-Id: I575440fa507c5274e0c3bc09f4cfcb9b3d91a28c
    Closes-bug: #1733754