Fix a typo in the OVN manual install guide
Using a colon is not correct in this context and results in service startup errors like this: AttributeError: module 'neutron.services.ovn_l3' has no attribute 'plugin:OVNL3RouterPlugin' It could be that this hasn't been modified after copying from setup.cfg where a colon is used correctly. Moreover, it would be better to use entrypoint names, so this change changes that for the L3 service plugin as well as the core plugin. Change-Id: Id51704a50f42b65049e535aaeb9dc6847a3737bb
This commit is contained in:
parent
76b2ace079
commit
397a5177bd
@ -138,7 +138,7 @@ primary node. See the :doc:`/ovn/faq/index` for more information.
|
||||
|
||||
[DEFAULT]
|
||||
...
|
||||
core_plugin = neutron.plugins.ml2.plugin.Ml2Plugin
|
||||
core_plugin = ml2
|
||||
|
||||
* Enable the OVN layer-3 service.
|
||||
|
||||
@ -146,7 +146,7 @@ primary node. See the :doc:`/ovn/faq/index` for more information.
|
||||
|
||||
[DEFAULT]
|
||||
...
|
||||
service_plugins = neutron.services.ovn_l3.plugin:OVNL3RouterPlugin
|
||||
service_plugins = ovn-router
|
||||
|
||||
#. Configure the ML2 plug-in. Edit the
|
||||
``/etc/neutron/plugins/ml2/ml2_conf.ini`` file:
|
||||
|
Loading…
Reference in New Issue
Block a user