Comment 2 for bug 1356290

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

Reviewed: https://review.openstack.org/115853
Committed: https://git.openstack.org/cgit/openstack/openstack-manuals/commit/?id=049cdc68b74bdedc5c1f0d35e6ced9b0b074807c
Submitter: Jenkins
Branch: master

commit 049cdc68b74bdedc5c1f0d35e6ced9b0b074807c
Author: Rhys Oxenham <email address hidden>
Date: Wed Aug 20 22:51:38 2014 -0400

    Removes unnecessary changes to OVS agent config file

    In the existing documentation it suggests that the OVS agent needs
    to use the ML2 configuration file, however this is not the case. The
    Neutron Server needs to use the ML2 configuration, but the OVS agent
    local to the Neutron node or Compute node needs direct access to the
    OVS configuration file.

    The existing documentation guides the user to run a sed replacement
    of the initscript (or systemd service) for it to work succcessfully
    and the raw code points to a Red Hat bugzilla entry.

    This shouldn't be backported, but another patch for stable/icehouse
    should be implemented.

    Change-Id: I334127add2816c1967830f58f11fd806cebc71c7
    Closes-Bug: #1356290