Merge "[ovn]: Enable port forwarding in neutron service plugins"

This commit is contained in:
Zuul 2021-03-09 13:49:11 +00:00 committed by Gerrit Code Review
commit c529aa2300
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.