From 8322ffdc8a35d7875b78a9e265e8ca70c1ee936e Mon Sep 17 00:00:00 2001 From: Ben Nemec Date: Thu, 7 Aug 2014 15:06:57 -0500 Subject: [PATCH] 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 --- .../post-configure.d/{80-neutron-server => 79-neutron-server} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename elements/neutron-server/os-refresh-config/post-configure.d/{80-neutron-server => 79-neutron-server} (100%) diff --git a/elements/neutron-server/os-refresh-config/post-configure.d/80-neutron-server b/elements/neutron-server/os-refresh-config/post-configure.d/79-neutron-server similarity index 100% rename from elements/neutron-server/os-refresh-config/post-configure.d/80-neutron-server rename to elements/neutron-server/os-refresh-config/post-configure.d/79-neutron-server