From eb76eeead5204c1faf0a8b1eaed679f55c8c822a Mon Sep 17 00:00:00 2001 From: liuyamin Date: Wed, 9 Aug 2017 11:22:57 +0800 Subject: [PATCH] Correct sphinx source code syntax Change-Id: Ia6763a019dbb89f0944d702ce78be963a7ef8271 --- cinderclient/v2/volumes.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cinderclient/v2/volumes.py b/cinderclient/v2/volumes.py index b4e950b21..0062794e1 100644 --- a/cinderclient/v2/volumes.py +++ b/cinderclient/v2/volumes.py @@ -134,6 +134,7 @@ class Volume(base.Resource): disk_format, visibility=None, protected=None): """Upload a volume to image service as an image. + :param force: Boolean to enables or disables upload of a volume that is attached to an instance. :param image_name: The new image name.