Skip to content

Commit

Permalink
Fixing doc string for get_lunids (#2248)
Browse files Browse the repository at this point in the history
Signed-off-by: vavuthu <vavuthu@redhat.com>
  • Loading branch information
vavuthu authored Jun 4, 2020
1 parent e77c995 commit 0a16ca7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ocs_ci/utility/vsphere.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']
}
"""
Expand Down

0 comments on commit 0a16ca7

Please sign in to comment.