From b6d8ed854dc1660a8ef40f7c39811aa20d9699a8 Mon Sep 17 00:00:00 2001 From: Flavio Fernandes Date: Thu, 4 Mar 2021 10:11:13 -0500 Subject: [PATCH] [ovn]: Enable port forwarding in neutron service plugins This is a continuation of change id I27ac0a536624f5461809df771a58a6e57fec0661 The port_forwarding service should be included as part of the default NeutronServicePlugins value. Closes-Bug: #1877447 Signed-off-by: Flavio Fernandes Change-Id: Ib35fdae76f16f7e0f993587056b7759aeceff061 --- deployment/neutron/neutron-base.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/neutron/neutron-base.yaml b/deployment/neutron/neutron-base.yaml index 57c3f28653..2ae50aff51 100644 --- a/deployment/neutron/neutron-base.yaml +++ b/deployment/neutron/neutron-base.yaml @@ -27,7 +27,7 @@ parameters: from neutron.core_plugins namespace. type: string NeutronServicePlugins: - default: "qos,ovn-router,trunk,segments,log" + default: "qos,ovn-router,trunk,segments,port_forwarding,log" description: | Comma-separated list of service plugin entrypoints to be loaded from the neutron.service_plugins namespace.