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 08:54:28 +0000 (08:54 +0000)
commit9025a3bc23834e31efc5021acaef80b8d0f5de73
treefb8fe647d1817a43cb529e8417b79936c9dad464
parentf3772c6b0ab5550fc80c53b624d780a04545fbc6
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
extraconfig/tasks/tripleo_upgrade_node.sh
extraconfig/tasks/yum_update.sh