Remove extra spaces

Change-Id: I4fcacb2f7537236b538bd4bf8408acf08672790f
This commit is contained in:
zhubingbing 2017-02-16 17:07:33 +00:00
parent 2825e18fc3
commit 394cf342cb

View File

@ -16,7 +16,7 @@ mechanism_drivers = linuxbridge,l2population
{% endif %}
{% if neutron_extension_drivers %}
extension_drivers = {{ neutron_extension_drivers|map(attribute='name')|join(',') }}
extension_drivers = {{ neutron_extension_drivers|map(attribute='name')|join(',') }}
{% endif %}
[ml2_type_vlan]