Add binding profile to port module

Neutron port is able to configure binding profile during creation.
Add support of the binding profile to module

Change-Id: I7a36fb05065cbd559cd7a00842070f97e7afbc13
This commit is contained in:
Maxim Babushkin
2021-03-01 09:52:28 +02:00
parent b1e5ca91cf
commit 50deae71f4
3 changed files with 58 additions and 3 deletions

View File

@@ -4,3 +4,6 @@ subnet_name: ansible_port_subnet
port_name: ansible_port
secgroup_name: ansible_port_secgroup
no_security_groups: True
binding_profile:
"pci_slot": "0000:03:11.1"
"physical_network": "provider"