Merge pull request #8 from bennyz/fix-typo

Fix typo
This commit is contained in:
Gorka Eguileor 2018-08-29 12:11:09 +02:00 committed by GitHub
commit 959b8e5105
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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