~ionutbalutoiu/charms/trusty/neutron-api/next

« back to all changes in this revision

Viewing changes to templates/icehouse/neutron-server

  • Committer: Liam Young
  • Date: 2014-06-11 09:10:54 UTC
  • Revision ID: liam.young@canonical.com-20140611091054-qkw6g1bsl9efm1i8
Remove ovs plugin support as this is going to be baked into charm

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
###############################################################################
3
3
# [ WARNING ]
4
4
# Configuration file maintained by Juju. Local changes may be overwritten.
5
 
{% if sections and 'COMMENT' in sections -%}
6
 
{% for key, value in sections['COMMENT'] -%}
7
 
# {{ value }}
8
 
{% endfor -%}
9
 
{% endif -%}
10
5
###############################################################################
11
 
{% if sections and 'DEFAULT' in sections -%}
12
 
{% for key, value in sections['DEFAULT'] -%}
13
 
{{ key }}="{{ value }}"
14
 
{% endfor -%}
15
 
{% else -%}
16
 
NEUTRON_PLUGIN_CONFIG=""
17
 
{% endif -%}
 
6
NEUTRON_PLUGIN_CONFIG="{{ config }}"
 
 
b'\\ No newline at end of file'