Remove the openvswitch special case upgrade code
authormarios <marios@redhat.com>
Wed, 22 Feb 2017 15:29:45 +0000 (17:29 +0200)
committerMarios Andreou <marios@redhat.com>
Fri, 3 Mar 2017 15:26:15 +0000 (15:26 +0000)
commit59e5f9597eb37f69045e470eb457b878728477d7
treeb04d425ec77a7c65c52eec0bfa96f1e25eeab6d5
parent9c27e4986ccea607d6dc9dbd4c79297d4ca79fed
Remove the openvswitch special case upgrade code

Removed from the tripleo_upgrade_node.sh (major upgrade) & yum_update.sh
(minor update). The workaround is no longer needed and in fact has the
opposite effect killing connectitivity to the node. The 'normal' yum
update on nodes delivers the latest openvswitch 2.6.1 with no drama.

Also adds a 'complete' message, some extra debug echo for logs
and removes the python-zaqarclient install no longer needed

Closes-Bug: 1669714
Change-Id: Icd1517bcade36781fa0da21d045ffd9ec68efc38
(cherry picked from commit 9025a3bc23834e31efc5021acaef80b8d0f5de73)
extraconfig/tasks/tripleo_upgrade_node.sh
extraconfig/tasks/yum_update.sh