d8fcf93c91
Allows automated zone lifecycle management in the attach/detach entry points of the volume manager for FC volumes (when fabric zoning is enabled). Zones are configured automatically as part of the active zone set in the FC SAN to provide a more flexible and secure way of controlling access. FC zone manager enables SAN vendors to add support for pluggable implementations. Change-Id: I86e02e11afec71ffa25dfbcbd0dc3ddcc35741ea Implements: blueprint cinder-fc-zone-manager
28 lines
933 B
Python
28 lines
933 B
Python
# (c) Copyright 2014 Brocade Communications Systems Inc.
|
|
# All Rights Reserved.
|
|
#
|
|
# Copyright 2014 OpenStack Foundation
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
|
# not use this file except in compliance with the License. You may obtain
|
|
# a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
|
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
|
# License for the specific language governing permissions and limitations
|
|
# under the License.
|
|
#
|
|
|
|
|
|
"""
|
|
:mod:`cinder.zonemanager` -- FC Zone manager
|
|
=====================================================
|
|
|
|
.. automodule:: cinder.zonemanager
|
|
:platform: Unix
|
|
:synopsis: Module containing all the FC Zone Manager classes
|
|
"""
|