Comment 8 for bug 1353953

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

Reviewed: https://review.openstack.org/112674
Committed: https://git.openstack.org/cgit/openstack/tripleo-image-elements/commit/?id=8322ffdc8a35d7875b78a9e265e8ca70c1ee936e
Submitter: Jenkins
Branch: master

commit 8322ffdc8a35d7875b78a9e265e8ca70c1ee936e
Author: Ben Nemec <email address hidden>
Date: Thu Aug 7 15:06:57 2014 -0500

    Try to start neutron-server first

    neutron-l3-agent fails to start if neutron-server does not respond
    to an rpc message within one minute. Because of the order our
    neutron scripts run in, this often happens. To work around
    the problem, this change moves the neutron-server script from
    the 80 level to 79 so it will be started before the other neutron
    services.

    Ultimately this needs to be solved in neutron-l3-agent, but right
    now this is blocking our CI so we need to address it immediately.

    Change-Id: I604adab055fe9c1b0d7bee9cc30ac79afb2d2315
    Partial-Bug: 1353953