Comment 5 for bug 1291071

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-manuals (master)

Reviewed: https://review.openstack.org/80100
Committed: https://git.openstack.org/cgit/openstack/openstack-manuals/commit/?id=7013528ea5de4710e963abe414c6429145960b5f
Submitter: Jenkins
Branch: master

commit 7013528ea5de4710e963abe414c6429145960b5f
Author: Matt Kassawara <email address hidden>
Date: Wed Mar 12 16:26:14 2014 -0600

    Restructured and updated Neutron controller section

    As part of the installation guide improvement project, I performed
    the following operations on the Neutron controller section:

    1) Removed modularity since we will only support the ML2 plug-in
       for Icehouse.
    2) Added some <procedure> tags to separate content. Future patches
       will add descriptions of each procedure.
    3) Unified indentation and spacing.
    4) Removed *.ini configuration steps since Icehouse doesn't require
       editing *.ini files.
    5) Moved 'auth_uri' key under [keystone_authtoken] section in
       neutron.conf.
    6) Removed defunct 'auth_url' key.

    This section should continue to work for installations using the Open
    vSwitch plug-in for Neutron. Future patches will update the content
    to use ML2.

    Change-Id: I01b20a70b0b7db7fe096923318eb7dd4465b87c6
    Partial-Bug: #1291071
    Implements: blueprint networking-install-guide-improvements