Fix ovs 2.4 to 2.5 upgrade - minor update non controllers
authormarios <marios@redhat.com>
Tue, 22 Nov 2016 18:19:26 +0000 (20:19 +0200)
committermarios <marios@redhat.com>
Tue, 22 Nov 2016 18:19:26 +0000 (20:19 +0200)
commit5a472f196e3392bf4187d4498f7c50db596f360a
treeaa295ba688a026c366d8d706342ecaedabce591f
parent2fc81bef2f696bd9d9486a2b35d52432d8486adc
Fix ovs 2.4 to 2.5 upgrade - minor update non controllers

In I9b1f0eaa0d36a28e20b507bec6a4e9b3af1781ae and
I11fcf688982ceda5eef7afc8904afae44300c2d9 we landed a workaround
for the openvswitch 2.4 to 2.5 upgrade discussed in the bug below.

Unfortunately testing has revealed a problem with the minor update
case specifically for non controllers. It seems we would exit
before the ovs workaround has had a chance to execute. This moves
the block up a few lines to avoid this condition. As with the
other two reviews noted here, this will need to go into newton
and then mitaka too.

Change-Id: If905de82d96302334ebe02de9c43f00faed9b72b
Related-Bug: 1635205
extraconfig/tasks/yum_update.sh