Comment 5 for bug 1759982

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

Reviewed: https://review.openstack.org/559472
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=68e062ebb6a8a12cb60dc01905e74d8c3d091fda
Submitter: Zuul
Branch: stable/ocata

commit 68e062ebb6a8a12cb60dc01905e74d8c3d091fda
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
    Change-Id: I913e56c676890c4071f60aa190d02bfaca264d76
    (cherry picked from commit 1051fbe10b443801c96a4efaff7acc8697e3fa5d)