summaryrefslogtreecommitdiffstats
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
commit6342581353caf8eb9f06e07b7ee67024cffda3fb (patch)
tree2a748ac0ad0701bd466c901f2bf8a6a82bdfc134
parent656d01c2c1c3e2e6562f04ebc47be82e777bf124 (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--puppet-barometer/templates/ovs_events.conf.erb2
1 files changed, 1 insertions, 1 deletions
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
</Plugin>