Correct OVNL3RouterPlugin path

This patch updates the OVNL3RouterPlugin path to
match previously updated documentation.

Change-Id: I7873a2c2575a7a1184d9b2c5534b7135eee3cc0d
This commit is contained in:
James Denton 2022-09-08 18:55:39 -05:00
parent ff7cbf5548
commit effd1542c9
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ neutron_ml2_drivers_type: "vlan,local,flat,vxlan"
neutron_plugin_type: ml2.ovn
neutron_plugin_base:
- networking_ovn.l3.l3_ovn.OVNL3RouterPlugin
- neutron.services.ovn_l3.plugin.OVNL3RouterPlugin
neutron_ml2_drivers_type: "vlan,local,flat,geneve"
{% endif %}