Comment 2 for bug 1214606

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

Reviewed: https://review.openstack.org/43139
Committed: http://github.com/stackforge/puppet-openstack/commit/9dd67378633df8355c62c79fc783c751dda1151b
Submitter: Jenkins
Branch: master

commit 9dd67378633df8355c62c79fc783c751dda1151b
Author: Rob Crittenden <email address hidden>
Date: Wed Sep 11 17:38:28 2013 -0400

    Options to configure MySQL for SSL and glance, keystone and nova clients.

    The mysql module supports SSL but it wasn't accessible since the
    arguments to configure it were unused. Add options to pass in the
    CA, cert and private key paths to enable SSL in MySQL.

    The second part of the patch reconfigures the connection line in the
    glance, keystone and nova clients to use SSL by adding the ssl_ca
    option.

    Change-Id: I1f748fd7cfac110fc3170b235175623abfc9317b
    Fixes: bug #1214606