mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Handle binding:vnic_type as optional (#55526)
According to the OpenStack Networking API the attribute binding:vnic_type of a port is optional. This change enables the os_port module to handle binding:vnic_type as optional.
This commit is contained in:
5
changelogs/fragments/55526-optional_vnic_type.yml
Normal file
5
changelogs/fragments/55526-optional_vnic_type.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
bugfixes:
|
||||
- os_port - handle binding:vnic_type as optional
|
||||
(https://github.com/ansible/ansible/issues/55524,
|
||||
https://github.com/ansible/ansible/issues/55525)
|
||||
Reference in New Issue
Block a user