
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
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.