Comment 9 for bug 1657978

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

Reviewed: https://review.openstack.org/423561
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=a551b94dd7abfd717c615daf6aa8767be06f1ff7
Submitter: Jenkins
Branch: master

commit a551b94dd7abfd717c615daf6aa8767be06f1ff7
Author: Eric Brown <email address hidden>
Date: Fri Jan 20 16:00:17 2017 -0800

    Add warning about using `external` with federation

    Using both the `external` authentication method and a federation
    method (such as saml2, etc) can result in conflicts [1]

    [1] http://docs.openstack.org/developer/keystone/external-auth.html#configuration

    Change-Id: Ifb95d779d48c14a4fa24a26d016151edf409d760
    Related-Bug: #1657978