Comment 3 for bug 1759982

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

Reviewed: https://review.openstack.org/557164
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=2e96965c4326a23d14475b6ed31c088c8f5a185d
Submitter: Zuul
Branch: stable/newton

commit 2e96965c4326a23d14475b6ed31c088c8f5a185d
Author: Zenghui Shi <email address hidden>
Date: Wed Mar 28 15:04:20 2018 +0800

    Ensure openvswitch user exist before package update

    Ovs uses openvswitch user when updating package to 2.8
    onwards, but openvswitch user is not exist and will not
    be created during package update. This is going to add
    workaround to make sure openvswitch user exist before
    running package update.

    Related-Bug: #1759982
    Co-Authored-By: Yolanda Robla Mota <email address hidden>
    Change-Id: I913e56c676890c4071f60aa190d02bfaca264d76
    (cherry picked from commit 1051fbe10b443801c96a4efaff7acc8697e3fa5d)