Comment 7 for bug 1625648

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

Reviewed: https://review.openstack.org/386975
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=cc2dde0854e72ed3361f8a7b54cde091a04e17cc
Submitter: Jenkins
Branch: master

commit cc2dde0854e72ed3361f8a7b54cde091a04e17cc
Author: Dave McCowan <email address hidden>
Date: Sat Oct 15 18:50:41 2016 -0400

    OpenStack Services Should Use keystone_internal_url for auth

    Horizon and Neutron mistakenly were using keystone_public_url
    for authentication. This works without error in deployments
    when the internal services happen to have access to the
    public network, but it is still wrong. This fails to work
    when the internal services can not access the public URLs,
    for example when TLS is enabled on the public endppoints.

    This patches corrects horizon and neutron to use
    keystone_internal_url for auth.

    Change-Id: I59b9094364bef375036028ba86a771dabf28c963
    Closes-bug: #1625648