neutron/devstack/settings
LIU Yulong 269289594e Try to enable L3 agent extension fip_qos
Adds devstack configs to try to enable the L3 agent
extension `fip_qos` by checking the API service
extension router, agent and QoS.

Once this L3 agent extension works during the devstack
zuul job installation, we can continue to run the
neutron-tempest-plugin tests for floating IP QoS.

This cherry-pick closes related bug in stable/queens
for linuxbridge scenario job.
In master branch there is no this problem in linuxbridge
scenario job as fip_qos L3 extension is already properly
configured and QoS for Floating IPs works properly.

Partially-Implements blueprint: floating-ip-rate-limit

Related-Bug: #1758033

Change-Id: Ibef48e7842a276fe77c901403d67760871f2b7e0
(cherry picked from commit 6e50a77fc7)
2018-03-22 17:16:18 +00:00

12 lines
444 B
Plaintext

L2_AGENT_EXTENSIONS=${L2_AGENT_EXTENSIONS:-}
L3_AGENT_EXTENSIONS=${L3_AGENT_EXTENSIONS:-}
if is_neutron_legacy_enabled; then
NEUTRON_CORE_PLUGIN=$Q_PLUGIN
NEUTRON_AGENT=$Q_AGENT
# NOTE(ihrachys) those values are defined same way as in
# lib/neutron_plugins/ml2:neutron_plugin_configure_common
NEUTRON_CORE_PLUGIN_CONF_PATH=etc/neutron/plugins/ml2
NEUTRON_CORE_PLUGIN_CONF=$NEUTRON_CORE_PLUGIN_CONF_PATH/ml2_conf.ini
fi