Comment 9 for bug 1860971

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

Reviewed: https://review.opendev.org/704303
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=b8c6154e7afda5525be00189afde15dac649a7b2
Submitter: Zuul
Branch: master

commit b8c6154e7afda5525be00189afde15dac649a7b2
Author: Rajesh Tailor <email address hidden>
Date: Mon Jan 27 16:20:26 2020 +0530

    Create qemu user/group on controller

    Deployment is failing with error [1] because the owner/group
    of the TLS generated certificate and key were set to 'qemu'.
    This user and group exist on compute nodes, but not on controller.
    [1] Error: Could not find group qemu"

    This patch adds 'qemu' user/group on controller node to
    resolve the issue as this user is required to retrieve the cert,
    used by the VNC proxy, the same way as on the compute nodes.

    Change-Id: I3aa774c06d91a3b67726fad0d0ca409cda5b78b9
    Closes-Bug: #1860971