]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Replace HTTPSConnection in NEC plugin
authorDaniel Gollub <d.gollub@telekom.de>
Sun, 2 Mar 2014 08:33:38 +0000 (09:33 +0100)
committerMark McClain <mmcclain@yahoo-inc.com>
Fri, 4 Apr 2014 20:09:14 +0000 (16:09 -0400)
commit8fd51240983f4c2ff2a73d907ccb1c597bd5d835
treee271c9e5f13d5076db52f3b0dbf021cbd70026c3
parentac2718c4aa7b6eb0c0e82df93cf59d890432d652
Replace HTTPSConnection in NEC plugin

Replace HTTPSConnection in NEC plugin PFC driver with Requests.

SSL Verification is from now on enabled by default.

This changes the default behaviour and is the primary intention of this
change: verify SSL certificates.

This might break existing configuration/setups where the SSL certificate
used by the NEC PFC driver would not pass the verification.

SecurityImpact
DocImpact
Partial-Bug: 1188189

Change-Id: I1e5fdc9c2ed5b812aa6509d1639bd499acc5c337
(cherry picked from commit 264b4a2523c165640f17aa4837f87ddfd0b49640)
etc/neutron/plugins/nec/nec.ini
neutron/plugins/nec/common/config.py
neutron/plugins/nec/common/ofc_client.py
neutron/plugins/nec/drivers/pfc.py
neutron/tests/unit/nec/test_ofc_client.py
neutron/tests/unit/nec/test_pfc_driver.py