From 6d66b2ad2d794b6d8a49e390e7834c3b81b51b0c Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Thu, 1 Aug 2013 09:44:40 +0800 Subject: [PATCH] Fixed a syntax error in debian/neutron-common.config.in Rewritten-From: 083da758a3a5183604ceec78c2b054242f71b332 --- xenial/debian/neutron-common.config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xenial/debian/neutron-common.config.in b/xenial/debian/neutron-common.config.in index e90d2ae24..77efbb28a 100644 --- a/xenial/debian/neutron-common.config.in +++ b/xenial/debian/neutron-common.config.in @@ -22,7 +22,7 @@ pkgos_read_admin_creds ${N_CONF} keystone_authtoken neutron pkgos_read_config -p high /etc/default/neutron-server NO_SECTION NEUTRON_plugin_path neutron/plugin-select # OVS specific configurations (if that's the one selected) -if [ "${RET}" = "OpenVSwitch" ] ; +if [ "${RET}" = "OpenVSwitch" ] ; then # Various network config... pkgos_read_config ${OVS_CONF} OVS tenant_network_type neutron-plugin-openvswitch/tenant_network_type pkgos_read_config ${OVS_CONF} OVS enable_tunneling neutron-plugin-openvswitch/enable_tunneling -- 2.45.2