From 6342581353caf8eb9f06e07b7ee67024cffda3fb Mon Sep 17 00:00:00 2001 From: Emma Foley Date: Fri, 16 Mar 2018 16:07:18 +0000 Subject: [conf] Update the ovs_events config for Apex The SendNotification option in ovs_events is set to false in Apex templates. This means that no notifications will be emitted on link status change. This patch updates ovs_events.conf.erb to match the config in the samples folder, adn the ones used by the reference container Change-Id: Ia034b81aedc67c2ced51cbf831baca176218d7d3 JIRA: BAROMETER-91 Signed-off-by: Emma Foley --- puppet-barometer/templates/ovs_events.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puppet-barometer/templates/ovs_events.conf.erb b/puppet-barometer/templates/ovs_events.conf.erb index d72e2004..24344ec4 100644 --- a/puppet-barometer/templates/ovs_events.conf.erb +++ b/puppet-barometer/templates/ovs_events.conf.erb @@ -5,7 +5,7 @@ Port 6640 Socket "/var/run/openvswitch/db.sock" Interfaces "br0" "veth0" - SendNotification false + SendNotification true DispatchValues true -- cgit 1.2.3-korg