Merge "[DOC BLD FIX] Correct dosctring errors in disco driver"

This commit is contained in:
Jenkins 2017-07-25 03:37:26 +00:00 committed by Gerrit Code Review
commit 959f9825f8
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
"""