Misleading line in Configure Load-Balancer-as-a-Service

Bug #1349794 reported by Realtime
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
openstack-manuals
Fix Released
Low
Gauvain Pocentek

Bug Description

There is a line on this docu page that led me into an error and for sure will make problems to others too:

Enable the load-balancing plug-in by using the service_plugin option in the /etc/neutron/neutron.conf file:
service_plugins = lbaas

It ist necessary to mention there that if there is already a line starting with "service_plugins =", you should NOT add an additional line, but adding ",lbaas" to the existing line.

I added the line after "service_plugins = router", which destroyed my Neutron installation.

So it would be great to add a comment saying that the config should look like this:

service_plugins = router,lbaas

and NOT like this:

service_plugins = router
service_plugins = lbaas

-----------------------------------
Built: 2014-07-28T13:48:36 00:00
git SHA: eb749ef0dba9c987ffbc6738cc90991b7de4fa06
URL: http://docs.openstack.org/admin-guide-cloud/content/install_neutron-lbaas-agent.html
source File: file:/home/jenkins/workspace/openstack-manuals-tox-doc-publishdocs/doc/admin-guide-cloud/networking/section_networking_config-agents.xml
xml:id: install_neutron-lbaas-agent

Changed in openstack-manuals:
status: New → Confirmed
importance: Undecided → Low
assignee: nobody → Gauvain Pocentek (gpocentek)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to openstack-manuals (master)

Fix proposed to branch: master
Review: https://review.openstack.org/110458

Changed in openstack-manuals:
status: Confirmed → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-manuals (master)

Reviewed: https://review.openstack.org/110458
Committed: https://git.openstack.org/cgit/openstack/openstack-manuals/commit/?id=4096fded52a87b263733e06228db5c6f9e3995f1
Submitter: Jenkins
Branch: master

commit 4096fded52a87b263733e06228db5c6f9e3995f1
Author: Gauvain Pocentek <email address hidden>
Date: Tue Jul 29 22:29:58 2014 +0200

    admin cloud guide: networking precisions

    Add a note about the service_plugins syntax.
    Closes-Bug: #1349794

    Add a warning about the service_provider option that should not be set
    on RHEL.
    Closes-Bug: #1346295

    Minor formatting updates.

    Change-Id: I4472b585e8079bbbca7528fa307fbf7678fea24a

Changed in openstack-manuals:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/openstack-manuals 15.0.0

This issue was fixed in the openstack/openstack-manuals 15.0.0 release.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.