]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Big Switch: Check source_address attribute exists
authorKevin Benton <blak111@gmail.com>
Tue, 6 May 2014 01:57:46 +0000 (18:57 -0700)
committerKevin Benton <blak111@gmail.com>
Tue, 6 May 2014 01:59:18 +0000 (18:59 -0700)
commit0dde14c0cd6ffea8ebff715342852ef17a9c0b70
tree342b4e3f39541f7d0f587d1f6622064c5f3cc527
parentae3e92fe0c820dd851ada8fbac50ade068a07e7a
Big Switch: Check source_address attribute exists

Check that the source_address attribute exists on
HTTPSConnection objects before referencing it since
it's not present on python 2.6 deployments.

Closes-Bug: #1316382
Change-Id: Id82e70f124cba73c33737099027b5c61aea713bb
neutron/plugins/bigswitch/servermanager.py