From 7696b5c0e9613dcc7b9f9086268f155657f0616d Mon Sep 17 00:00:00 2001 From: "Jay S. Bryant" Date: Mon, 24 Jul 2017 10:40:37 -0500 Subject: [PATCH] [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 --- cinder/volume/drivers/disco/disco.py | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/cinder/volume/drivers/disco/disco.py b/cinder/volume/drivers/disco/disco.py index de5c3ea1b..8414324da 100644 --- a/cinder/volume/drivers/disco/disco.py +++ b/cinder/volume/drivers/disco/disco.py @@ -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 """