mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-07-30 11:44:31 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user