Comment 2 for bug 1536592

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

Reviewed: https://review.openstack.org/289382
Committed: https://git.openstack.org/cgit/openstack/manila/commit/?id=77a8b6cc546bf7a05174935f01c8db8b7de87151
Submitter: Zuul
Branch: master

commit 77a8b6cc546bf7a05174935f01c8db8b7de87151
Author: Thomas Bechtold <email address hidden>
Date: Mon Mar 7 16:03:41 2016 +0100

    Use sslutils from oslo_service

    Remove duplicated code to handle SSL. The following config options
    from [DEFAULT] are now deprecated:

    - ssl_ca_file
    - ssl_cert_file
    - ssl_key_file

    The options are replaced by:

    - ca_file
    - cert_file
    - key_file

    from the [ssl] section.

    Change-Id: If8a1b1f7e961d35fca368f8c73ef8bcbd0718742
    Closes-Bug: #1536592