Home
last modified time | relevance | path

Searched refs:CiscoZoningCliException (Results 1 – 5 of 5) sorted by relevance

/dports/misc/py-cinder/cinder-12.0.10/cinder/zonemanager/drivers/cisco/
H A Dcisco_fc_zone_client_cli.py91 except exception.CiscoZoningCliException:
197 raise exception.CiscoZoningCliException(reason=msg)
263 raise exception.CiscoZoningCliException(reason=msg)
287 except exception.CiscoZoningCliException:
353 raise exception.CiscoZoningCliException(reason=msg)
368 except exception.CiscoZoningCliException:
398 raise exception.CiscoZoningCliException(reason=msg)
H A Dcisco_fc_zone_driver.py264 except exception.CiscoZoningCliException as cisco_ex:
495 except exception.CiscoZoningCliException:
H A Dcisco_fc_san_lookup_service.py210 raise exception.CiscoZoningCliException(reason=msg)
/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/zonemanager/
H A Dtest_cisco_fc_zone_client_cli.py150 self.assertRaises(exception.CiscoZoningCliException,
191 self.assertRaises(exception.CiscoZoningCliException,
/dports/misc/py-cinder/cinder-12.0.10/cinder/
H A Dexception.py1085 class CiscoZoningCliException(CinderException): class