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:
Nicolas Bock 2018-10-04 11:06:03 -06:00 committed by James Denton
parent 7bbbd1f3e0
commit 81e499fbe2
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
{% else %}
{% set _ = neutron_plugin_loaded_base.append("lbaasv2") %}
{% endif %}
{%- endif -%}
{% endif %}
# General, applies to all host groups
[DEFAULT]