Roger Luethi 14f806dee6 launch_instance.sh: return error if nova-compute fails
If the nova-compute service is up but remains offline (XXX) in
nova-manage service list, the script gives up, returning 0 (success) as
the exit code.

This patch makes this case return 1 (error) instead which is consistent
with similar cases in the script.

Change-Id: Ia6945569255a7cd9796930edff21ffcfc333cc1d
2015-08-02 10:40:26 +02:00
..
2015-07-25 21:12:04 +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.