]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Add Cisco FC Zoning plugin to the FC ZoneManager
authorJohn McDonough <jomcdono@cisco.com>
Wed, 2 Apr 2014 22:47:06 +0000 (18:47 -0400)
committerJohn McDonough <jomcdono@cisco.com>
Sat, 30 Aug 2014 00:15:04 +0000 (20:15 -0400)
commit230f115d349f1901dc12876680685ff88b33530c
treedb1b7076bcc91668817d8a60ee442dcec2b3bb2e
parent387afbbd58b6abfd117c1c443ca6ff28df26045d
Add Cisco FC Zoning plugin to the FC ZoneManager

The Cisco FC Zoning plugin allows for the automated creation,
deletion and modification of zones in zonesets.  The Cisco
FC zoning plugin supports both basic and enhanced zoning and
supports vsans.

Implements: blueprint cisco-fc-zone-driver
Change-Id: Icf176b6f46f1b1662f0a99ffaa226789661f611e
13 files changed:
cinder/exception.py
cinder/tests/zonemanager/test_cisco_fc_san_lookup_service.py [new file with mode: 0644]
cinder/tests/zonemanager/test_cisco_fc_zone_client_cli.py [new file with mode: 0644]
cinder/tests/zonemanager/test_cisco_fc_zone_driver.py [new file with mode: 0644]
cinder/tests/zonemanager/test_cisco_lookup_service.py [new file with mode: 0644]
cinder/zonemanager/drivers/cisco/__init__.py [new file with mode: 0644]
cinder/zonemanager/drivers/cisco/cisco_fabric_opts.py [new file with mode: 0644]
cinder/zonemanager/drivers/cisco/cisco_fc_san_lookup_service.py [new file with mode: 0644]
cinder/zonemanager/drivers/cisco/cisco_fc_zone_client_cli.py [new file with mode: 0644]
cinder/zonemanager/drivers/cisco/cisco_fc_zone_driver.py [new file with mode: 0644]
cinder/zonemanager/drivers/cisco/fc_zone_constants.py [new file with mode: 0644]
cinder/zonemanager/utils.py
etc/cinder/cinder.conf.sample