diff --git a/doc/admin-guide-cloud/source/networking_config-agents.rst b/doc/admin-guide-cloud/source/networking_config-agents.rst index 803e9fdd82..a8d263b1a3 100644 --- a/doc/admin-guide-cloud/source/networking_config-agents.rst +++ b/doc/admin-guide-cloud/source/networking_config-agents.rst @@ -350,16 +350,14 @@ For the back end, use either Octavia or Haproxy. This example uses Octavia. .. code-block:: ini - service_plugins = neutron_lbaas.services.loadbalancer.plugin. - LoadBalancerPluginv2 + service_plugins = lbaasv2 If this option is already defined, add the load-balancing plug-in to the list using a comma as a separator. For example: .. code-block:: ini - service_plugins = [already defined plugins], - neutron_lbaas.services.loadbalancer.plugin.LoadBalancerPluginv2 + service_plugins = [already defined plugins],lbaasv2