summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNitin Goyal <nigoyal@redhat.com>2019-09-19 11:18:32 +0530
committerNitin Goyal <nigoyal@redhat.com>2019-09-19 12:55:59 +0000
commite752bf3f83b61aa5819a6b9e932864399a1aa028 (patch)
tree5eb0b14cab82db1564d5ac0492f62474e2ed70eb
parentfa8c7061ed3d3c9299dd443ce2022c5e03fa4b7f (diff)
Fix heketi_blockvolume_create lib description
Change the 'cluster' to 'clusters' in kwargs description. Change-Id: Iac9170d0549adc6bb5b76f5772de47d1db083951
-rw-r--r--openshift-storage-libs/openshiftstoragelibs/heketi_ops.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openshift-storage-libs/openshiftstoragelibs/heketi_ops.py b/openshift-storage-libs/openshiftstoragelibs/heketi_ops.py
index 3a02e764..db15c414 100644
--- a/openshift-storage-libs/openshiftstoragelibs/heketi_ops.py
+++ b/openshift-storage-libs/openshiftstoragelibs/heketi_ops.py
@@ -1028,7 +1028,7 @@ def heketi_blockvolume_create(heketi_client_node, heketi_server_url, size,
Kwargs:
The keys, values in kwargs are:
- name : (str)|None
- - cluster : (str)|None
+ - clusters : (str)|None
- ha : (int)|None
- auth : (bool)
- json : (bool)