aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Polenchuk <mpolenchuk@mirantis.com>2018-01-29 19:20:12 +0400
committerMichael Polenchuk <mpolenchuk@mirantis.com>2018-01-29 19:36:42 +0400
commit0ebc4e085cef8e61f4aa03c164f2e2966986c9b0 (patch)
tree059f6eeaccad52d3ed539c20953375c7c67fec85
parent48055f477ec91491bce13230b652939f1941dbb9 (diff)
[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 <mpolenchuk@mirantis.com>
-rwxr-xr-xmcp/config/states/networking_gw2
1 files changed, 1 insertions, 1 deletions
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'