[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 <flaviof@redhat.com>

Change-Id: Ib35fdae76f16f7e0f993587056b7759aeceff061
This commit is contained in:
Flavio Fernandes 2021-03-04 10:11:13 -05:00
parent db270e91f4
commit b6d8ed854d
1 changed files with 1 additions and 1 deletions

View File

@ -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.