Comment 20 for bug 1800975

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

Reviewed: https://review.openstack.org/615374
Committed: https://git.openstack.org/cgit/openstack/training-labs/commit/?id=573b3859145ef6fa8a5ba12f0982bd981cddf75c
Submitter: Zuul
Branch: master

commit 573b3859145ef6fa8a5ba12f0982bd981cddf75c
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