Roger Luethi 4807c9b342 labs: fix apache2 restart race
"sudo service apache2 restart" sometimes fails because apache is trying
to grab a resource that another process is still holding onto.

Stopping apache first and starting it afterwards seems to avoid that race.

Change-Id: I55bfa125246fbf960b100682a3f4698f8c1d7e09
2015-03-29 14:24:30 +02:00
..
2015-03-29 14:24:30 +02:00

All scripts in this directory run within the VMs.

They install and configure OpenStack components and any other required software (such as databases).

Before these generic scripts run, scripts from the osbash subdirectory set up the VM and configure basic networking.