commit 81f26f822d66c71c29ea25fd4158ac41fc162964
Author: Chris M <email address hidden>
Date: Mon Aug 5 18:13:33 2019 +0000
Fix bad argument to iscsiadm in iSCSI discovery
Fix a call to _iscsiadm_update() in which a list was being passed as
the target_iqn connection property. This property is used directly as
an argument to the iscsiadm -T option, so it must be a plain string.
Reviewed: https:/ /review. opendev. org/674669 /git.openstack. org/cgit/ openstack/ os-brick/ commit/ ?id=81f26f822d6 6c71c29ea25fd41 58ac41fc162964
Committed: https:/
Submitter: Zuul
Branch: master
commit 81f26f822d66c71 c29ea25fd4158ac 41fc162964
Author: Chris M <email address hidden>
Date: Mon Aug 5 18:13:33 2019 +0000
Fix bad argument to iscsiadm in iSCSI discovery
Fix a call to _iscsiadm_update() in which a list was being passed as
the target_iqn connection property. This property is used directly as
an argument to the iscsiadm -T option, so it must be a plain string.
Change-Id: I9c2ff1de1f89fb 49dd6c5a90679d5 c4238d5476a
Closes-bug: 1838820