Merge "Remove note about migration from lib/neutron-legacy to lib/neutron"
This commit is contained in:
commit
a53fa21cdf
@ -1,6 +1,6 @@
|
||||
function configure_ml2_extension_drivers {
|
||||
if is_neutron_legacy_enabled; then
|
||||
# NOTE(yamamoto): This overwrites what neutron-legacy set,
|
||||
# NOTE(yamamoto): This overwrites what Devstack's neutron module set,
|
||||
# with the latest set of drivers.
|
||||
# While we modifies Q_ML2_PLUGIN_EXT_DRIVERS (via
|
||||
# neutron_ml2_extension_driver_add calls) in the post-config phase,
|
||||
|
@ -148,9 +148,6 @@
|
||||
$NEUTRON_CONF:
|
||||
DEFAULT:
|
||||
router_distributed: True
|
||||
# NOTE(slaweq): We can get rid of this hardcoded absolute path when
|
||||
# devstack-tempest job will be switched to use lib/neutron instead of
|
||||
# lib/neutron-legacy
|
||||
"/$NEUTRON_CORE_PLUGIN_CONF":
|
||||
ml2:
|
||||
mechanism_drivers: openvswitch,l2population
|
||||
@ -197,9 +194,6 @@
|
||||
$NEUTRON_CONF:
|
||||
DEFAULT:
|
||||
router_distributed: True
|
||||
# NOTE(slaweq): We can get rid of this hardcoded absolute path when
|
||||
# devstack-tempest job will be switched to use lib/neutron instead of
|
||||
# lib/neutron-legacy
|
||||
"/$NEUTRON_CORE_PLUGIN_CONF":
|
||||
agent:
|
||||
enable_distributed_routing: True
|
||||
|
@ -83,9 +83,6 @@
|
||||
DEFAULT:
|
||||
router_distributed: True
|
||||
l3_ha: True
|
||||
# NOTE(slaweq): We can get rid of this hardcoded absolute path when
|
||||
# devstack-tempest job will be switched to use lib/neutron instead of
|
||||
# lib/neutron-legacy
|
||||
"/$NEUTRON_CORE_PLUGIN_CONF":
|
||||
ml2:
|
||||
mechanism_drivers: openvswitch,l2population
|
||||
@ -141,9 +138,6 @@
|
||||
$NEUTRON_CONF:
|
||||
DEFAULT:
|
||||
router_distributed: True
|
||||
# NOTE(slaweq): We can get rid of this hardcoded absolute path when
|
||||
# devstack-tempest job will be switched to use lib/neutron instead of
|
||||
# lib/neutron-legacy
|
||||
"/$NEUTRON_CORE_PLUGIN_CONF":
|
||||
agent:
|
||||
enable_distributed_routing: True
|
||||
|
@ -171,9 +171,6 @@
|
||||
quota_floatingip: 500
|
||||
quota_security_group: 100
|
||||
quota_security_group_rule: 1000
|
||||
# NOTE(slaweq): We can get rid of this hardcoded absolute path when
|
||||
# devstack-tempest job will be switched to use lib/neutron instead of
|
||||
# lib/neutron-legacy
|
||||
"/$NEUTRON_CORE_PLUGIN_CONF":
|
||||
ml2_type_vlan:
|
||||
network_vlan_ranges: foo:1:10
|
||||
|
Loading…
Reference in New Issue
Block a user