cinder/cinder/zonemanager
Xing Yang 5cc9d0cffa CiscoFCSanLookupSerive uses extra argument in init
This patch fixed two issues with the __init__ routine in
CiscoFCSanLookupService:

1. There's an extra argument in super(CiscoFCSanLookupService,
self).__init__(self, **kwargs). It should be changed to
super(CiscoFCSanLookupService, self).__init__(**kwargs).

2. The last line 'self.fabric_configs = ""' should be removed.
self.fabric_configs was created in self.create_configuration() in the
middle of the __init__ routine. It shouldn't be cleared out at the end
of the __init__ routine.

Change-Id: I2623f3b51af34d14849015e52e3676271c9fe414
Closes-Bug: #1385974
2014-10-26 17:53:31 -04:00
..
drivers CiscoFCSanLookupSerive uses extra argument in init 2014-10-26 17:53:31 -04:00
__init__.py Add support for FC zone lifecycle management 2014-02-22 15:32:34 -08:00
fc_common.py Add versioning output for the FC Zone Manager 2014-02-27 22:32:10 +00:00
fc_san_lookup_service.py Use oslo.i18n 2014-08-08 17:26:41 -05:00
fc_zone_manager.py Use oslo.i18n 2014-08-08 17:26:41 -05:00
utils.py Add Cisco FC Zoning plugin to the FC ZoneManager 2014-08-29 20:15:04 -04:00