Comment 19 for bug 1800975

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to training-labs (stable/rocky)

Reviewed: https://review.openstack.org/615407
Committed: https://git.openstack.org/cgit/openstack/training-labs/commit/?id=63a77a85df388cc8e884c3d3b6c1b0a69d01c66a
Submitter: Zuul
Branch: stable/rocky

commit 63a77a85df388cc8e884c3d3b6c1b0a69d01c66a
Author: Roger Luethi <email address hidden>
Date: Sat Nov 3 10:30:15 2018 +0100

    Fix Ubuntu 18.04 LTS (Rocky) installation on Windows

    Ubuntu 18.04 LTS (Bionic), the distribution we use for OpenStack Rocky,
    uses systemd's rc-local service to handle /etc/rc.local. In order for
    the service to run /etc/rc.local, the file must be an executable (i.e.,
    a script with a shebang at the top and the permissions set
    appropriately). Our current rc.local lacks these properties and our
    mechanism for automatically executing scripts is never activated on
    Bionic.

    This changeset makes the necessary changes.

    Fixes Bug 1800975

    backport: rocky

    Change-Id: Ie5e73cc68b7545d126a6eca06eafc1d1601618a8