Comment 8 for bug 1699191

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

Reviewed: https://review.openstack.org/515555
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_keystone/commit/?id=a23292b8ab8b20374e62ad4820656ef8b09c8c07
Submitter: Zuul
Branch: stable/ocata

commit a23292b8ab8b20374e62ad4820656ef8b09c8c07
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.

    mod_wsgi was the default deployment pre-Pike so that configuration will
    still need to be catered for. A release note has been included for those
    effected by the bug.

     Conflicts:
     tasks/keystone_service_setup.yml

    Change-Id: Ie5b33f9d0210a23badb63cab72c481b027790be3
    Closes-Bug: 1699191
    (cherry picked from commit cabd7e9cef8c35df08958677892a82551b210c97)