summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortushargite96 <tushargite96@gmail.com>2020-09-15 21:50:14 +0530
committertushargite96 <tushargite96@gmail.com>2020-09-15 23:05:15 +0530
commit7397f709579427a96919cf5036dcc821941a6f20 (patch)
treea825d6a7b23d7d10ba51954c122723e564099fa9
parentd0f10e3350a15916607ed0ff66be8ec033050d2b (diff)
downloadpython-cinderclient-7397f709579427a96919cf5036dcc821941a6f20.tar.gz
Python API in python-cinderclient
"myvol.delete" should be "myvol.delete()" Change-Id: Iadddfed8deec1f0dee2b71effb3b4de2689d6ada Closes-Bug: #1866374
-rw-r--r--doc/source/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst
index 2bd01af..eeb706c 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -14,7 +14,7 @@ can use the API like so::
ce06d0a8-5c1b-4e2c-81d2-39eca6bbfb70
>>> cinder.volumes.list()
[<Volume: ce06d0a8-5c1b-4e2c-81d2-39eca6bbfb70>]
- >>>myvol.delete
+ >>> myvol.delete()
Alternatively, you can create a client instance using the keystoneauth session
API::