[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:
parent
212b045a02
commit
7696b5c0e9
@ -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
|
||||
|
||||
"""
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user