summaryrefslogtreecommitdiffstats
path: root/glustolibs-gluster/glustolibs
diff options
context:
space:
mode:
Diffstat (limited to 'glustolibs-gluster/glustolibs')
-rw-r--r--glustolibs-gluster/glustolibs/gluster/samba_libs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/glustolibs-gluster/glustolibs/gluster/samba_libs.py b/glustolibs-gluster/glustolibs/gluster/samba_libs.py
index c25eeb891..5c0f20a52 100644
--- a/glustolibs-gluster/glustolibs/gluster/samba_libs.py
+++ b/glustolibs-gluster/glustolibs/gluster/samba_libs.py
@@ -295,7 +295,7 @@ def share_volume_over_smb(mnode, volname, smb_users_info):
g.log.error("Failed to enable mounting volumes using SMB")
return False
g.log.info("Successfully enabled mounting volumes using SMV for the "
- "smbusers: %s", str(smb_users_info.keys()))
+ "smbusers: %s", str(list(smb_users_info.keys())))
# Verify if volume is shared
ret = is_volume_exported(mnode, volname, "smb")