From 0a16ca705703df4f03f7e78bccaaa14f2266af19 Mon Sep 17 00:00:00 2001 From: Vijay Bhaskar Reddy Avuthu Date: Thu, 4 Jun 2020 18:40:32 +0530 Subject: [PATCH] Fixing doc string for get_lunids (#2248) Signed-off-by: vavuthu --- ocs_ci/utility/vsphere.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ocs_ci/utility/vsphere.py b/ocs_ci/utility/vsphere.py index 79ac7346d5a..80fa7ac5708 100644 --- a/ocs_ci/utility/vsphere.py +++ b/ocs_ci/utility/vsphere.py @@ -816,11 +816,11 @@ def get_lunids(self, dc): dc (str): Datacenter name Returns: - dict: Dictionary contains host instance as key and + dict: Dictionary contains host name as key and values as list lun ids e.g:{ - 'vim.HostSystem:host-6320': ['02000000193035e73d534'], - 'vim.HostSystem:host-6252': ['020000000060034d43333'] + 'HostName1': ['02000000193035e73d534'], + 'HostName2': ['020000000060034d43333'] } """