Browse code

Merge "lib/neutron: Remove type_driver configuration"

Jenkins authored on 2017/01/07 02:37:15
Showing 1 changed files
... ...
@@ -163,7 +163,6 @@ function configure_neutron_new {
163 163
         # Configure VXLAN
164 164
         # TODO(sc68cal) not hardcode?
165 165
         iniset $NEUTRON_CORE_PLUGIN_CONF ml2 tenant_network_types vxlan
166
-        iniset $NEUTRON_CORE_PLUGIN_CONF ml2 type_drivers vxlan
167 166
         iniset $NEUTRON_CORE_PLUGIN_CONF ml2 mechanism_drivers openvswitch,linuxbridge
168 167
         iniset $NEUTRON_CORE_PLUGIN_CONF ml2_type_vxlan vni_ranges 1001:2000
169 168
         if [[ "$NEUTRON_PORT_SECURITY" = "True" ]]; then