Fix whitespace in neutron.conf template
The Jinja2 templating code can introduce whitespace which ends up in front of the `# General, applies...` comment. This leads to a parsing error when Neutron is started and the Neutron installation playbook fails. Note that this change leaves _more_ whitespace in the beginning of neutron.conf, but preserves the newline in front of the comment. Change-Id: Ib9a9e44f25dcabb92df6067852e91115d30fe740
This commit is contained in:
parent
7bbbd1f3e0
commit
81e499fbe2
@ -13,7 +13,7 @@
|
||||
{% else %}
|
||||
{% set _ = neutron_plugin_loaded_base.append("lbaasv2") %}
|
||||
{% endif %}
|
||||
{%- endif -%}
|
||||
{% endif %}
|
||||
|
||||
# General, applies to all host groups
|
||||
[DEFAULT]
|
||||
|
Loading…
x
Reference in New Issue
Block a user