Merge lp:~ivoks/charms/trusty/contrail-analytics/redis-alarm-gen into lp:~sdn-charmers/charms/trusty/contrail-analytics/trunk

Proposed by Ante Karamatić
Status: Merged
Merged at revision: 36
Proposed branch: lp:~ivoks/charms/trusty/contrail-analytics/redis-alarm-gen
Merge into: lp:~sdn-charmers/charms/trusty/contrail-analytics/trunk
Diff against target: 11 lines (+1/-0)
1 file modified
templates/contrail-alarm-gen.conf (+1/-0)
To merge this branch: bzr merge lp:~ivoks/charms/trusty/contrail-analytics/redis-alarm-gen
Reviewer Review Type Date Requested Status
Robert Ayres (community) Approve
Review via email: mp+317724@code.launchpad.net

Description of the change

Missing 'server' definition for REDIS means that alarm-gen won't work properly.

To post a comment you must log in.
Revision history for this message
Robert Ayres (robert-ayres) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'templates/contrail-alarm-gen.conf'
2--- templates/contrail-alarm-gen.conf 2016-10-27 15:26:53 +0000
3+++ templates/contrail-alarm-gen.conf 2017-02-19 16:24:42 +0000
4@@ -18,6 +18,7 @@
5 disc_server_port = {{ disc_server_port }}
6
7 [REDIS]
8+server = 127.0.0.1
9 redis_server_port = 6379
10
11 {%- if keystone %}

Subscribers

People subscribed via source and target branches