Skip to content

Commit

Permalink
Merge pull request #410 from booxter/cleanup-template
Browse files Browse the repository at this point in the history
refactor: Clean up some defaults from neutronapi config
  • Loading branch information
openshift-merge-bot[bot] authored Sep 13, 2024
2 parents 43c86b7 + ba5d153 commit 7847c98
Showing 1 changed file with 0 additions and 8 deletions.
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

0 comments on commit 7847c98

Please sign in to comment.