Set sane default for ovs agent

This commit is contained in:
James Page 2018-11-01 11:11:16 +00:00
parent 720aa8b1d6
commit 21f898b836
1 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,11 @@
# Snap provided defaults for neutron-openvswitch-agent
[securitygroup]
enable_security_group = True
firewall_driver = iptables_hybrid
firewall_driver = openvswitch
[AGENT]
tunnel_types = geneve,vxlan,gre
[ovs]
local_ip = 127.0.0.1
bridge_mappings = physnet1:br-ex