[ovs-git] [openvswitch/ovs] 66a8b4: ovn-nb.xml: Fix minor typo.

GitHub noreply at github.com
Tue May 23 17:38:57 UTC 2017


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 66a8b4beaa825e699cf12b16c494667e1ef76668
      https://github.com/openvswitch/ovs/commit/66a8b4beaa825e699cf12b16c494667e1ef76668
  Author: Russell Bryant <rbryant at redhat.com>
  Date:   2017-05-23 (Tue, 23 May 2017)

  Changed paths:
    M ovn/ovn-nb.xml

  Log Message:
  -----------
  ovn-nb.xml: Fix minor typo.

Signed-off-by: Russell Bryant <rbryant at redhat.com>


  Commit: ca9c2c56ff95ec44d264d817d636c1b5eb027f57
      https://github.com/openvswitch/ovs/commit/ca9c2c56ff95ec44d264d817d636c1b5eb027f57
  Author: Numan Siddique <nusiddiq at redhat.com>
  Date:   2017-05-23 (Tue, 23 May 2017)

  Changed paths:
    M python/ovs/stream.py
    M tests/ovsdb-idl.at

  Log Message:
  -----------
  python ovs: Fix SSL exceptions with pyOpenSSL v0.13

Centos provides pyOpenSSL version pyOpenSSL-0.13.1-3.el7.x86_64.
There are 2 issues using this version, which this patch fixes

 - The test case "simple idl verify notify - SSL" is skipped.
   This is because "python -m OpenSSL.SSL" is used to detect the
   presence of pyOpenSSL package. pyOpenSSL v0.13 has C python
   modules because of which the above command returns 1.
   So this patch fixes this by using 'python -c "import OpenSSL.SSL"'.

 - The SSL.Context class does not have the function "set_session_cache_mode"
   defined.  Our usage here was only relevant for server-side connections,
   (pssl), which is not yet supported by python-ovs, so just remove the
   usage of this function.  The default cache mode (server) will just
   be ignored.

I have not tested with older versions (< 0.13) of pyOpenSSL.

Signed-off-by: Numan Siddique <nusiddiq at redhat.com>
Acked-by: Lance Richardson <lrichard at redhat.com>
Tested-by: Marcin Mirecki <mmirecki at redhat.com>
Signed-off-by: Russell Bryant <rbryant at redhat.com>


Compare: https://github.com/openvswitch/ovs/compare/126fb3e8abc2...ca9c2c56ff95


More information about the git mailing list