mirror of https://github.com/ansible/ansible.git
Fixi iscsi register backport (#67542)
* Fix KeyError for iSCSI parameters (#67463) The required parameters for the LUN mapping for destination LUN is address, port and iqn. However if the user doesn't pass parameters like CHAP authentication parameters, we will get KeyError. The patch fixes the same. * add changelog Co-authored-by: Nijin Ashok <nashok@redhat.com>pull/67986/head
parent
151d83efc3
commit
9351cbfde3
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- "ovirt_vm: correct keyError for iSCSI parameters"
|
Loading…
Reference in New Issue