summaryrefslogtreecommitdiffstats
path: root/cns-libs
diff options
context:
space:
mode:
authorMichael Adam <madam@redhat.com>2018-10-15 23:30:24 +0200
committerMichael Adam <madam@redhat.com>2018-10-15 23:30:24 +0200
commit56dd5f8b6b9396bb5f4f8d0d5a0914a5c60469b8 (patch)
tree211069fbbead405f911637b7ccaa1967e174792e /cns-libs
parent8c53dc0b520d88513598c3e8e06a40e1e3a64f7c (diff)
cnslibs:heketi_ops: remove dead code in heketi_volume_create()
Change-Id: Ic363aed46b73326bdbbffd85b077a13c92501f55 Signed-off-by: Michael Adam <madam@redhat.com>
Diffstat (limited to 'cns-libs')
-rw-r--r--cns-libs/cnslibs/common/heketi_ops.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/cns-libs/cnslibs/common/heketi_ops.py b/cns-libs/cnslibs/common/heketi_ops.py
index 9b1b29e3..3c3646ed 100644
--- a/cns-libs/cnslibs/common/heketi_ops.py
+++ b/cns-libs/cnslibs/common/heketi_ops.py
@@ -525,7 +525,6 @@ def heketi_volume_create(heketi_client_node, heketi_server_url, size,
return vol_created_info
else:
return out
- g.log.info("Volume creation is successfull using heketi")
else:
kwargs['size'] = int(size)
try: