Comment 4 for bug 1816444

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

Reviewed: https://review.openstack.org/637624
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=276743b5fe2261a3350586186ae6eda8fc0e0eba
Submitter: Zuul
Branch: master

commit 276743b5fe2261a3350586186ae6eda8fc0e0eba
Author: Dan Prince <email address hidden>
Date: Mon Feb 18 15:38:01 2019 -0500

    Redis: fix podman start on reboot

    This patch updates the tripleo_redis.service systemd unit
    so that it recreates the /var/run/redis directory and sets
    the SELinux context accordingly after a reboot. Previously
    it would fail on reboot as these files are created via Ansible
    only during deployment.

    Change-Id: I4df04007098b610936d172ecfc5a92dcb1fb3fdc
    Closes-bug: #1816444