From abab90d331ecf376a5ae09a8d748e2e4729097fa Mon Sep 17 00:00:00 2001 From: "Jay S. Bryant" Date: Mon, 17 Jul 2017 18:09:40 -0500 Subject: [PATCH] [DOC BLD FIX] Remove todo:: directive from volume_driver There was a '.. todo::' directive in cinder.interface.volume_driver which is not a legitimate directive. This was causing sphinx to throw a warning. This patch changes the format of the todo to avoid the warning. Change-Id: I540b21053642409ef072ca51a03f95773ac5202c --- cinder/interface/volume_driver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cinder/interface/volume_driver.py b/cinder/interface/volume_driver.py index 0473e726adb..0ce663c3657 100644 --- a/cinder/interface/volume_driver.py +++ b/cinder/interface/volume_driver.py @@ -148,7 +148,7 @@ class VolumeDriverCore(base.CinderInterface): It should not export a LUN or actually make this storage available for use, this is done in a later call. - .. todo:: Add example data structure of volume object (smcginnis). + TODO(smcginnis): Add example data structure of volume object. :param volume: Volume object containing specifics to create. :returns: (Optional) dict of database updates for the new volume.