Brocade driver not parsing zone data correctly

There is an error in the parsing of zone information
in the Brocade zone manager driver. This patch ensures
the zone information is correctly parsed.

Closes-Bug: 1456996
Change-Id: I6477164af0a60997be295587e506b37d7e019bcf
This commit is contained in:
Liu Xinguo 2015-05-20 19:19:48 +08:00
parent 0acf257464
commit b37cda69f0
1 changed files with 0 additions and 1 deletions

View File

@ -99,7 +99,6 @@ class BrcdFCZoneClientCLI(object):
zone[zone_name] = list()
if line_split[2]:
zone_member = line_split[2]
if zone_member:
zone_member_list = zone.get(zone_name)
zone_member_list.append(zone_member)
zone_set[ZoneConstant.CFG_ZONES] = zone