Comment 2 for bug 1699191

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

Reviewed: https://review.openstack.org/510633
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_keystone/commit/?id=cabd7e9cef8c35df08958677892a82551b210c97
Submitter: Zuul
Branch: master

commit cabd7e9cef8c35df08958677892a82551b210c97
Author: Jimmy McCrory <email address hidden>
Date: Mon Oct 9 10:09:24 2017 -0700

    Bypass web server during service setup

    When connecting directly to a keystone host during service setup, use
    the UWSGI ports instead of going through the web server to avoid any
    potential errors with differing URI protocols or SSL certs not including
    the hostnames of individual hosts.

    Change-Id: Ie5b33f9d0210a23badb63cab72c481b027790be3
    Closes-Bug: 1699191