Browse code

lib/neutron: Remove type_driver configuration

Instead, rely on what Neutron ships by default.

Change-Id: I8bdc646d24b3edf10f421e4472a790caeb8e4887

Sean M. Collins authored on 2016/12/01 04:22:24
Showing 1 changed files
... ...
@@ -159,7 +159,6 @@ function configure_neutron_new {
159 159
         # Configure VXLAN
160 160
         # TODO(sc68cal) not hardcode?
161 161
         iniset $NEUTRON_CORE_PLUGIN_CONF ml2 tenant_network_types vxlan
162
-        iniset $NEUTRON_CORE_PLUGIN_CONF ml2 type_drivers vxlan
163 162
         iniset $NEUTRON_CORE_PLUGIN_CONF ml2 mechanism_drivers openvswitch,linuxbridge
164 163
         iniset $NEUTRON_CORE_PLUGIN_CONF ml2_type_vxlan vni_ranges 1001:2000
165 164
         if [[ "$NEUTRON_PORT_SECURITY" = "True" ]]; then