~joeborg/charms/trusty/contrail-analytics/rbac

« back to all changes in this revision

Viewing changes to templates/contrail-query-engine.conf

  • Committer: Robert Ayres
  • Date: 2017-03-29 20:10:17 UTC
  • mfrom: (37.1.3 contrail-analytics)
  • Revision ID: robert.ayres@canonical.com-20170329201017-51u1ynci4jc9trlp
Merge Ante Karamatic's changes (with modifications)

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
port = 6379
23
23
server = 127.0.0.1
24
24
 
 
25
{%- if cassandra %}
 
26
 
 
27
[CASSANDRA]
 
28
cassandra_user = {{ cassandra_user }}
 
29
cassandra_password = {{ cassandra_password }}
 
30
 
 
31
{%- endif %}
 
32