Comment 4 for bug 1692767

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

Reviewed: https://review.openstack.org/468457
Committed: https://git.openstack.org/cgit/openstack-dev/devstack/commit/?id=d0db62a476e29355ca08db0237295139c8fce4f6
Submitter: Jenkins
Branch: master

commit d0db62a476e29355ca08db0237295139c8fce4f6
Author: Kirill Zaitsev <email address hidden>
Date: Fri May 26 19:02:52 2017 +0300

    Use systemd-tmpfiles to create /var/run/uwsgi

    On ubuntu contents of /var/run do not persist between reboots. Devstack
    uses /var/run/uwsgi as home for wsgi sockets. This means that after
    rebooting the machine services, that rely on uwsgi would fail to start.
    Currently it affects keystone.service and placement-api.service.
    This patch changes delegates directory creation to systemd-tmpfiles,
    which would run on startup.

    Change-Id: I27d168cea93698739ef08ac76c828695a49176c7
    Closes-Bug: #1692767