Commit graph

1 commit

Author SHA1 Message Date
Martin Nečas
e2df33563c 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.name
2019-07-31 10:32:03 -07:00