Merge "[DOC BLD FIX] Fix docstring issues in dothill driver"
This commit is contained in:
commit
2de3a2c7d5
@ -30,6 +30,8 @@ from cinder.zonemanager import utils as fczm_utils
|
||||
class DotHillFCDriver(cinder.volume.driver.FibreChannelDriver):
|
||||
"""OpenStack Fibre Channel cinder drivers for DotHill Arrays.
|
||||
|
||||
.. code:: text
|
||||
|
||||
Version history:
|
||||
0.1 - Base version developed for HPMSA FC drivers:
|
||||
"https://github.com/openstack/cinder/tree/stable/juno/
|
||||
@ -44,6 +46,7 @@ class DotHillFCDriver(cinder.volume.driver.FibreChannelDriver):
|
||||
1.6 - Add management path redundancy and reduce load placed
|
||||
on management controller.
|
||||
1.7 - Modified so it can't be invoked except as a superclass
|
||||
|
||||
"""
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
|
@ -36,6 +36,8 @@ LOG = logging.getLogger(__name__)
|
||||
class DotHillISCSIDriver(cinder.volume.driver.ISCSIDriver):
|
||||
"""OpenStack iSCSI cinder drivers for DotHill Arrays.
|
||||
|
||||
.. code:: text
|
||||
|
||||
Version history:
|
||||
0.1 - Base structure for DotHill iSCSI drivers based on HPMSA FC
|
||||
drivers:
|
||||
@ -52,6 +54,7 @@ class DotHillISCSIDriver(cinder.volume.driver.ISCSIDriver):
|
||||
1.6 - Add management path redundancy and reduce load placed
|
||||
on management controller.
|
||||
1.7 - Modified so it can't be invoked except as a superclass
|
||||
|
||||
"""
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
|
Loading…
Reference in New Issue
Block a user