]> 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)
committerAkihiro Motoki <motoki@da.jp.nec.com>
Thu, 3 Apr 2014 14:28:19 +0000 (23:28 +0900)
commit264b4a2523c165640f17aa4837f87ddfd0b49640
tree21c5b52ee7b3b2fa0b28359001b8ecc9fa4fa89e
parent9e7bfac63b51d5dfdf6e4a7e344281ca77f68e1c
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
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