Comment 2 for bug 1466827

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to os-ansible-deployment (kilo)

Reviewed: https://review.openstack.org/195227
Committed: https://git.openstack.org/cgit/stackforge/os-ansible-deployment/commit/?id=12ec305d09a5dd4689b01d26d3ab417b7259d528
Submitter: Jenkins
Branch: kilo

commit 12ec305d09a5dd4689b01d26d3ab417b7259d528
Author: git-harry <email address hidden>
Date: Tue Jun 23 14:15:24 2015 +0100

    Fix errors when enabling SSL for apache

    keystone_ssl_enabled is used to determine whether or not to configure
    apache to use SSL. Currently when this variable is set to true the
    apache SSL module is not enabled.

    This commit adds a task to enable/disable the SSL module based on the
    variable keystone_ssl_enabled.

    The keystone-httpd.conf template causes a formatting error. This commit
    fixes the error so that additional whitespace is no longer added before
    SSLEngine.

    Change-Id: I1415e5822684af12e1a1dd8a306e708e8931fa38
    Closes-bug: #1466827
    (cherry picked from commit 042771fd0713885ba26193c7a0708fccf187a744)