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 protected]> 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 protected]> ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1745038 Title: Unable to use SSL URI for OVSDB connection Status in neutron: Fix Released Bug description: When specifying an ssl connection to use with neutron.conf/ovsdb_connection, such as: ovsdb_connection=ssl:127.0.0.1:6639 The connection will fail because there is missing SSL configuration for key, cert, and ca cert that is required when creating an SSL stream connection to OVSDB. This configuration is not part of ovsdbapp and must be setup before invoking the IDL helper function that asks ovsdbapp to open the connection. To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1745038/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

