From 0ebc4e085cef8e61f4aa03c164f2e2966986c9b0 Mon Sep 17 00:00:00 2001 From: Michael Polenchuk Date: Mon, 29 Jan 2018 19:20:12 +0400 Subject: [ovs/dpdk] Force up the float-to-ex link only Force up br-ex to br-floating link instead of all networking restart to avoid issues with existing interface routes. Change-Id: I6b8204db6767e1fde964eb1913f885ecb06d0c28 Signed-off-by: Michael Polenchuk --- mcp/config/states/networking_gw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcp/config/states/networking_gw b/mcp/config/states/networking_gw index 70fb67da4..6fa711163 100755 --- a/mcp/config/states/networking_gw +++ b/mcp/config/states/networking_gw @@ -9,4 +9,4 @@ CI_DEBUG=${CI_DEBUG:-0}; [[ "${CI_DEBUG}" =~ (false|0) ]] || set -x -salt -I 'neutron:gateway' service.restart networking +salt -I 'neutron:gateway' cmd.run 'ifup --force --ignore-errors float-to-ex' -- cgit 1.2.3-korg