]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix HTTP sessions left open in Brocade zone driver
authorAngela Smith <aallen@brocade.com>
Wed, 24 Feb 2016 19:18:42 +0000 (11:18 -0800)
committerAngela Smith <aallen@brocade.com>
Mon, 29 Feb 2016 19:09:23 +0000 (11:09 -0800)
commit5c96825f6df16d3ad5bd0bf72e6ed589ac25552e
tree648ab01de1391fa109a5aa29c4da8b1b34d87461
parentc2f39b1ca3f3dca07bd9edcf800e938a6b3d138a
Fix HTTP sessions left open in Brocade zone driver

Add missing call to logout html page on FC switch to close the HTTP
session on the FC switch in HTTP connector.  Also, move the session
cleanup calls in the zone driver so that it is invoked for all code
paths.

Change-Id: Id08c1b1f1e75188cacfb9b5586519a7fee827602
cinder/zonemanager/drivers/brocade/brcd_fc_zone_driver.py
cinder/zonemanager/drivers/brocade/brcd_http_fc_zone_client.py
cinder/zonemanager/drivers/brocade/fc_zone_constants.py