diff --git a/brick_cinderclient_ext/volume_actions.py b/brick_cinderclient_ext/volume_actions.py index 20b3e16..4da94e2 100644 --- a/brick_cinderclient_ext/volume_actions.py +++ b/brick_cinderclient_ext/volume_actions.py @@ -45,7 +45,11 @@ class InitializeConnection(VolumeAction): class VerifyProtocol(VolumeAction): # NOTE(e0ne): Only iSCSI and RBD based drivers are supported. NFS doesn't # work. Drivers with other protocols are not tested yet. - SUPPORTED_PROCOTOLS = [initiator.ISCSI, initiator.RBD] + SUPPORTED_PROCOTOLS = [ + initiator.ISCSI, + initiator.RBD, + initiator.FIBRE_CHANNEL + ] def verify(self, protocol): protocol = protocol.upper() diff --git a/doc/source/index.rst b/doc/source/index.rst index 2a3b15d..282f019 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -4,7 +4,7 @@ contain the root `toctree` directive. Welcome to brick-python-cinderclient-ext's documentation! -======================================================== +========================================================= Contents: