mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-05-07 22:03:09 +00:00
Neutron port is able to configure binding profile during creation. Add support of the binding profile to module Change-Id: I7a36fb05065cbd559cd7a00842070f97e7afbc13
10 lines
256 B
YAML
10 lines
256 B
YAML
network_name: ansible_port_network
|
|
network_external: true
|
|
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"
|