Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: Clean up some defaults from neutronapi config #410

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions templates/neutronapi/config/01-neutron.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@
bind_host = localhost
bind_port = 9697
transport_url={{ .TransportURL }}
auth_strategy = keystone
core_plugin = neutron.plugins.ml2.plugin.Ml2Plugin
service_plugins = qos,ovn-router,trunk,segments,port_forwarding,log
dns_domain = openstackgate.local
dhcp_agent_notification = false
notify_nova_on_port_status_changes = true
notify_nova_on_port_data_changes = true
api_workers = 2
rpc_workers = 1

Expand All @@ -23,7 +20,6 @@ mechanism_drivers = ovn
type_drivers = local,flat,vlan,geneve,vxlan
tenant_network_types = geneve,vxlan,vlan,flat
extension_drivers = qos,port_security,dns_domain_ports
overlay_ip_version = 4

[ml2_type_geneve]
vni_ranges = 1:65536
Expand All @@ -35,13 +31,9 @@ network_vlan_ranges = datacentre
[ml2_type_vxlan]
vni_ranges = 1:65536

[securitygroup]
enable_security_group = true

[ovn]
ovn_nb_connection = {{ .NBConnection }}
ovn_sb_connection = {{ .SBConnection }}
ovn_l3_scheduler = leastloaded
ovn_metadata_enabled = True
enable_distributed_floating_ip=True
{{- if .OVNDB_TLS }}
Expand Down