Comment 5 for bug 1669714

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-heat-templates (stable/ocata)

Reviewed: https://review.openstack.org/441184
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=59e5f9597eb37f69045e470eb457b878728477d7
Submitter: Jenkins
Branch: stable/ocata

commit 59e5f9597eb37f69045e470eb457b878728477d7
Author: marios <email address hidden>
Date: Wed Feb 22 17:29:45 2017 +0200

    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)