[ovs/dpdk] Force up the float-to-ex link only 13/51313/1
authorMichael Polenchuk <mpolenchuk@mirantis.com>
Mon, 29 Jan 2018 15:20:12 +0000 (19:20 +0400)
committerMichael Polenchuk <mpolenchuk@mirantis.com>
Mon, 29 Jan 2018 15:36:42 +0000 (19:36 +0400)
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>
mcp/config/states/networking_gw

index 70fb67d..6fa7111 100755 (executable)
@@ -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'