aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmma Foley <emma.l.foley@intel.com>2018-03-16 16:07:18 +0000
committerEmma Foley <emma.l.foley@intel.com>2018-03-16 16:07:18 +0000
commit5102a003d36b61168f61f18af75856cb8acb9a76 (patch)
tree8c3726f160544109b193788ef493784652894df1
parentfe014551b424847cedcaefcc631ab9965df60321 (diff)
[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 <emma.l.foley@intel.com>
-rw-r--r--templates/ovs_events.conf.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/ovs_events.conf.erb b/templates/ovs_events.conf.erb
index d72e200..24344ec 100644
--- a/templates/ovs_events.conf.erb
+++ b/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
</Plugin>