From 4864c82738da6c8a785cf6a9772b97fef505d841 Mon Sep 17 00:00:00 2001 From: Slawek Kaplonski Date: Tue, 27 Oct 2020 09:53:00 +0100 Subject: [PATCH] Add file which enables QoS related L3 agent extensions It enables extensions like fip_qos and gateway_ip_qos in the L3 agent. Related-Bug: #1900357 Depends-On: https://review.opendev.org/c/openstack/tripleo-heat-templates/+/766336/ Change-Id: I88ae631c299f408bdedcb80bd5c04e36fda5a2e1 (cherry picked from commit d910b9486e31bc50d72d671c3c078585e689efd0) --- ci/environments/neutron_l3_qos.yaml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 ci/environments/neutron_l3_qos.yaml diff --git a/ci/environments/neutron_l3_qos.yaml b/ci/environments/neutron_l3_qos.yaml new file mode 100644 index 0000000000..5a83884231 --- /dev/null +++ b/ci/environments/neutron_l3_qos.yaml @@ -0,0 +1,2 @@ +parameter_defaults: + NeutronL3AgentExtensions: 'fip_qos,gateway_ip_qos,port_forwarding'