From 26caabfc9da461f05d4fb988d2163c45a5a7930f Mon Sep 17 00:00:00 2001 From: Peter Penchev Date: Thu, 3 Dec 2015 12:26:52 +0200 Subject: [PATCH] Minor documentation fixes for the method parameters Change-Id: Ic9cb27c63e12948039bda201e33b8e3b8008d10f --- os_brick/initiator/connector.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/os_brick/initiator/connector.py b/os_brick/initiator/connector.py index 996b024c7..c1b369b18 100644 --- a/os_brick/initiator/connector.py +++ b/os_brick/initiator/connector.py @@ -104,7 +104,7 @@ def get_connector_properties(root_helper, my_ip, multipath, enforce_multipath, can be found via sendtargets discovery. :param root_helper: The command prefix for executing as root. - :type my_ip: str + :type root_helper: str :param my_ip: The IP address of the local host. :type my_ip: str :param multipath: Enable multipath? @@ -287,11 +287,11 @@ class InitiatorConnector(executor.Executor): the specific protocol to use to make the connection. The connection_properties is a dictionary that describes the target - volume. It varies slightly from protocol type, (iscsi, fibre_channel), + volume. It varies slightly by protocol type (iscsi, fibre_channel), but the structure is usually the same. - An exmaple for iSCSI: + An example for iSCSI: {'driver_volume_type': 'iscsi', 'data': {