Pranav Salunke 5b9891d5d5 Fixes cinder races
Cinder is failing after upgrade to Juno. This is because of the
following race conditions:

  - Cinder takes time to update the current status of the services.
  - Cinder sometimes gets stuck at creating block device.
  - While creating block device, deleting that device is not allowed.
    This creates error and stops the script from running.

Fixes include some helper functions which adds to the robustness of
cinder test cases.

Co-Authored-By: Roger Luethi <rl@patchworkscience.org>
Change-Id: I3254438fdac0bd4a7f927f0f203c51ab6e45b9c0
2015-05-10 15:07:13 +00:00
..
2015-05-08 11:14:19 +02:00
2015-05-10 15:07:13 +00:00
2015-05-10 15:54:29 +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.