Merge "[admin-guide]Fix the wrong value of service_plugins"

This commit is contained in:
Jenkins 2016-03-24 02:31:41 +00:00 committed by Gerrit Code Review
commit 52d76dd5ef

@ -343,14 +343,14 @@ For the back end, use either Octavia or Haproxy. This example uses Octavia.
.. code-block:: ini
service_plugins = lbaasv2
service_plugins = neutron_lbaas.services.loadbalancer.plugin.LoadBalancerPluginv2
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],lbaasv2
service_plugins = [already defined plugins],neutron_lbaas.services.loadbalancer.plugin.LoadBalancerPluginv2