Comment 59 for bug 1667789

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

Reviewed: https://review.openstack.org/528001
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_nova/commit/?id=70c663391be81446d458b4a9f2dc509b27e72777
Submitter: Zuul
Branch: master

commit 70c663391be81446d458b4a9f2dc509b27e72777
Author: Jimmy McCrory <email address hidden>
Date: Thu Dec 14 08:07:06 2017 -0800

    Add MySQL connection SSL support

    When 'nova_galera_use_ssl' is True, use an encrypted connection to
    the database using either a self-signed or user-provided CA certificate.

    A new non-voting test has been added to verify that the role remains
    functional when enabling SSL features.

    Change-Id: I9f9a130be3a4920170295b041b94dd435e3781d1
    Partial-Bug: 1667789