mirror of https://github.com/ansible/ansible.git
backport fix qos update ovirt_vnic_profile (#59862)
Update ovirt_vnic_profile.py (#56518) qos is not defined when port_mirroring is enabled, a NoneType is returned for entity.qos in this case getattr is safer to use than using a direct call to entity.qos.namepull/59882/head
parent
703618336f
commit
e2df33563c
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- ovirt_vnic_profile - fix for updating vnic profile (https://github.com/ansible/ansible/pull/56518)
|
||||
Loading…
Reference in New Issue