From 394cf342cb3a31bc51c879a256f309c8fc4a2d05 Mon Sep 17 00:00:00 2001
From: zhubingbing <zhu.bingbing@99cloud.net>
Date: Thu, 16 Feb 2017 17:07:33 +0000
Subject: [PATCH] Remove extra spaces

Change-Id: I4fcacb2f7537236b538bd4bf8408acf08672790f
---
 ansible/roles/neutron/templates/ml2_conf.ini.j2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ansible/roles/neutron/templates/ml2_conf.ini.j2 b/ansible/roles/neutron/templates/ml2_conf.ini.j2
index 0be8a54a71..6ece2a72b0 100644
--- a/ansible/roles/neutron/templates/ml2_conf.ini.j2
+++ b/ansible/roles/neutron/templates/ml2_conf.ini.j2
@@ -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]