[ovs-git] [openvswitch/ovs] 4d232c: ovn-controller: enable ssl config via local ovsdb

GitHub noreply at github.com
Thu Apr 6 23:59:45 UTC 2017


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 4d232c7509c34b4ec0f928c5a3fba6a6c6918659
      https://github.com/openvswitch/ovs/commit/4d232c7509c34b4ec0f928c5a3fba6a6c6918659
  Author: Lance Richardson <lrichard at redhat.com>
  Date:   2017-04-06 (Thu, 06 Apr 2017)

  Changed paths:
    M NEWS
    M ovn/controller/ovn-controller.8.xml
    M ovn/controller/ovn-controller.c

  Log Message:
  -----------
  ovn-controller: enable ssl config via local ovsdb

Allow ovn-controller to use SSL certificate and key configuration
from local ovsdb. With this change, SSL configuration from the
vswitchd database will be used if present, otherwise configuration
can still be specified from the command line.

If SSL configuration is present in both locations, the configuration
in the local ovsdb has precedence. This is consistent with how
vswitchd is currently implemented.

The existing ovs-vsctl get-ssl/set-ssl/del-ssl commands can be used
to manage the configuration in the vswitchd database.

Signed-off-by: Lance Richardson <lrichard at redhat.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>




More information about the git mailing list