Comment 32 for bug 1425255

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to os-ansible-deployment (juno)

Reviewed: https://review.openstack.org/179973
Committed: https://git.openstack.org/cgit/stackforge/os-ansible-deployment/commit/?id=03f24fdb1b5c311f14f3241d4e174ff8ec53908f
Submitter: Jenkins
Branch: juno

commit 03f24fdb1b5c311f14f3241d4e174ff8ec53908f
Author: Kevin Carter <email address hidden>
Date: Mon May 4 18:58:47 2015 -0500

    Set the neutron default workers
    As stated in neutron's default conf file:
      # This feature is experimental until issues are addressed and testing
      # has been
      # enabled for various plugins for compatibility.

    This change has been shown to be reliable in manual testing of the gate
    jobs. These jobs had been seeing transient failures possibly leading
    back to this value. The changes here have been set within the
    `bootstrap-aio.sh` script such that gating is using a consistent
    environment even if these options change their values in the
    future.

    Thanks to Evan Callicoat for doing the work to isolate the failures.

    Change-Id: I98116eef94a7240addfdf449d116ec1c24260c59
    Co-Authored-By: Evan Callicoat <email address hidden>
    Closes-Bug: #1425255
    (cherry picked from commit caea2022232703f2f9f1501a16860baf1239d18b)