From ccfdf7a9c8500ddf1f89937d84690004b9b2478a Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Fri, 24 Nov 2023 10:53:21 +0100 Subject: [PATCH] kolla: remove enable_neutron_agent_ha parameter (#1854) Only required when working with the Neutron L3 agent. Signed-off-by: Christian Berendt --- environments/kolla/configuration.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/environments/kolla/configuration.yml b/environments/kolla/configuration.yml index fb97ba12..172dd20b 100644 --- a/environments/kolla/configuration.yml +++ b/environments/kolla/configuration.yml @@ -67,8 +67,6 @@ neutron_plugin_agent: ovn neutron_ovn_availability_zones: - nova -enable_neutron_agent_ha: "yes" - # nova # NOTE: Disable the debugging logs for Libvirt as Libvirt writes a lot of logs # that are not of interest.