Merge "lbaas: use stevedore entrypoint for service plugin"

This commit is contained in:
Jenkins 2016-03-04 02:53:00 +00:00 committed by Gerrit Code Review
commit 8fd9f85ad1

View File

@ -343,16 +343,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