[DOC BLD FIX] Fix docstring issues in Lenovo driver

The version history at the top of the Lenovo driver
was causing Sphinx build errors.  I have put these
into code-blocks like other drivers to correct the
WARNINGs being produced by Sphinx.

Change-Id: Idb1a4f4ba2bbcd850f53e717f85159147756a272
This commit is contained in:
Jay S. Bryant 2017-07-25 11:56:09 -05:00
parent f2cd3ee8c2
commit b8afc32d76
2 changed files with 13 additions and 8 deletions

View File

@ -24,10 +24,13 @@ from cinder.volume.drivers.lenovo import lenovo_common
class LenovoFCDriver(dothill_fc.DotHillFCDriver):
"""OpenStack Fibre Channel cinder drivers for Lenovo Storage arrays.
Version history:
1.0 - Inheriting from DotHill cinder drivers.
1.6 - Add management path redundancy and reduce load placed
on management controller.
.. code-block:: default
Version history:
1.0 - Inheriting from DotHill cinder drivers.
1.6 - Add management path redundancy and reduce load placed
on management controller.
"""
VERSION = "1.6"

View File

@ -24,10 +24,12 @@ from cinder.volume.drivers.lenovo import lenovo_common
class LenovoISCSIDriver(dothill_iscsi.DotHillISCSIDriver):
"""OpenStack iSCSI cinder drivers for Lenovo Storage arrays.
Version history:
1.0 - Inheriting from DotHill cinder drivers.
1.6 - Add management path redundancy and reduce load placed
on management controller.
.. code-block:: default
Version history:
1.0 - Inheriting from DotHill cinder drivers.
1.6 - Add management path redundancy and reduce load placed
on management controller.
"""
VERSION = "1.6"