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:
Dominik Holler
2019-05-24 18:22:16 +03:00
committed by jctanner
parent db6407d6bf
commit bc50a52ee2
2 changed files with 10 additions and 7 deletions

View 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)