From e752bf3f83b61aa5819a6b9e932864399a1aa028 Mon Sep 17 00:00:00 2001 From: Nitin Goyal Date: Thu, 19 Sep 2019 11:18:32 +0530 Subject: Fix heketi_blockvolume_create lib description Change the 'cluster' to 'clusters' in kwargs description. Change-Id: Iac9170d0549adc6bb5b76f5772de47d1db083951 --- openshift-storage-libs/openshiftstoragelibs/heketi_ops.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openshift-storage-libs') 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) -- cgit