You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
335 B
12 lines
335 B
--- |
|
network_config: |
|
- type: ovs_bridge |
|
name: {{ neutron_physical_bridge_name }} |
|
use_dhcp: true |
|
dns_servers: {{ ctlplane_dns_nameservers }} |
|
domain: {{ dns_search_domains }} |
|
members: |
|
- type: interface |
|
name: {{ neutron_public_interface_name }} |
|
# force the MAC address of the bridge to this interface |
|
primary: true
|
|
|