Comment 5 for bug 1745038

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

Reviewed: https://review.openstack.org/536983
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=8806477abfdac68c409056e22f5e0c50791b8a27
Submitter: Zuul
Branch: master

commit 8806477abfdac68c409056e22f5e0c50791b8a27
Author: Tim Rozet <email address hidden>
Date: Tue Jan 23 16:47:23 2018 -0500

    Fixes using SSL OVSDB connection

    When creating SSL OVSDB connection it is required to set the private
    key, certificate, and the CA certificate in order to communicate with
    OVSDB. This patch configures these when an SSL connection URI is used.
    The settings must be provided as part of neutron.conf under [ovs]
    section.

    Closes-Bug: 1745038

    Change-Id: I19fd9dd0c72260835eb91e557a6029ec9d652179
    Signed-off-by: Tim Rozet <email address hidden>