Skip to content

Commit

Permalink
Remove dns_domain_ports (#11)
Browse files Browse the repository at this point in the history
This change updates our neutron config to remove `dns_domain_ports`.
While this is a valid plugin the capability won't be functional until
we're ready to deploy designate.

Docs: https://docs.openstack.org/designate/latest/user/neutron-integration.html

Signed-off-by: Kevin Carter <[email protected]>
  • Loading branch information
cloudnull authored Jan 10, 2024
1 parent 44a8c55 commit e72f1c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm-configs/neutron/neutron-helm-overrides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1765,7 +1765,7 @@ conf:
# service_plugin can be: router, odl-router, empty for calico,
# networking_ovn.l3.l3_ovn.OVNL3RouterPlugin for OVN
# NOTE(cloudnull): This is a bug, doc needs to be updated for ovn-router, instead of OVNL3RouterPlugin
service_plugins: ovn-router,qos,metering,trunk,segments,dns_domain_ports
service_plugins: ovn-router,qos,metering,trunk,segments
allow_automatic_l3agent_failover: True
l3_ha: False
max_l3_agents_per_router: 1
Expand Down

0 comments on commit e72f1c3

Please sign in to comment.