]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Fixed a syntax error in debian/neutron-common.config.in
authorThomas Goirand <thomas@goirand.fr>
Thu, 1 Aug 2013 01:44:40 +0000 (09:44 +0800)
committerThomas Goirand <thomas@goirand.fr>
Thu, 1 Aug 2013 01:46:34 +0000 (09:46 +0800)
debian/neutron-common.config.in

index e90d2ae24a1df1fd4d0132868a7d1fecdb88aeab..77efbb28aec4248e5cc16531efd0cf599ada9a96 100644 (file)
@@ -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