[DOC BLD FIX] Correct dosctring errors in disco driver

The docstring for version history at the top of the disco
driver wasn't properly formatted.  I put it in a text
code block to make it look better and to remove the
Spinx build WARNING.

Change-Id: Iebdc92fe155d634f61d29d099b3a216f9e173f0f
This commit is contained in:
Jay S. Bryant 2017-07-24 10:40:37 -05:00
parent 212b045a02
commit 7696b5c0e9
1 changed files with 6 additions and 4 deletions

View File

@ -108,10 +108,12 @@ CONF.register_opts(disco_opts, group=configuration.SHARED_CONF_GROUP)
class DiscoDriver(driver.VolumeDriver):
"""Execute commands related to DISCO Volumes.
Version history:
1.0 - disco volume driver using SOAP
1.1 - disco volume driver using REST and only compatible
with version greater than disco-1.6.4
.. code:: text
Version history:
1.0 - disco volume driver using SOAP
1.1 - disco volume driver using REST and only compatible
with version greater than disco-1.6.4
"""