From b2bfa9653383772ca28d3a6ab4b1d7363c6f74c7 Mon Sep 17 00:00:00 2001 From: Benny Zlotnik Date: Wed, 29 Aug 2018 12:57:31 +0300 Subject: [PATCH] Fix typo s/use-multipath_for_image_xfer/use_multipath_for_image_xfer Signed-off-by: Benny Zlotnik --- docs/topics/connections.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/topics/connections.rst b/docs/topics/connections.rst index d1b5e8d..0abcbc8 100644 --- a/docs/topics/connections.rst +++ b/docs/topics/connections.rst @@ -121,7 +121,7 @@ Multipath If we want to use multipathing for local attachments we must let the *Backend* know when instantiating the driver by passing the -`use-multipath_for_image_xfer=True`: +`use_multipath_for_image_xfer=True`: .. code-block:: python @@ -134,7 +134,7 @@ know when instantiating the driver by passing the iscsi_protocol='iscsi', iscsi_helper='lioadm', volume_backend_name='lvm_iscsi', - use-multipath_for_image_xfer=True, + use_multipath_for_image_xfer=True, ) Multi attach