Comment 11 for bug 1720995

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

Reviewed: https://review.openstack.org/536757
Committed: https://git.openstack.org/cgit/openstack/kolla-ansible/commit/?id=9e48668d6ba452928b5aceec133268655b629f76
Submitter: Zuul
Branch: stable/ocata

commit 9e48668d6ba452928b5aceec133268655b629f76
Author: Eduardo Gonzalez <email address hidden>
Date: Tue Oct 3 14:48:55 2017 +0200

    Fix deployment with public TLS enabled

    When deploying with tls enabled in public
    endpoints, ansible modules fails due SSL certificates
    are self-signed.

    This change adds a new variable to allow customization
    on which endpoints ansible should connect.
    Defaults to admin because admin auth parameters defaults
    to admin endpoint.

    Change-Id: Ic3ed58cf9c9579cae08a11bbfe6fce983b5a9cbc
    Closes-Bug: #1720995
    (cherry picked from commit 56374206bebe1a4a3f25e2099cbd839f47ff3a6f)
    (cherry picked from commit ec8e233f4d4523eee7f777421ac35904151300f2)