Merge "Add a swap file to build machines"
[releng/builder.git] / jjb / opendaylight-infra-stack.sh
index 0659504abc0fd2b416357dafd047d71e83c93cb9..b3afb0481f55f737e338a0c78e8dba94b989a7c9 100644 (file)
@@ -48,6 +48,7 @@ for try in $(seq $STACK_RETRIES); do
             CREATE_FAILED)
                 reason=$(openstack stack show "$STACK_NAME" -f value -c stack_status_reason)
                 echo "ERROR: Failed to initialize infrastructure. Reason: $reason"
+                openstack stack resource list -n 25 "$STACK_NAME"
 
                 echo "Deleting stack and possibly retrying to create..."
                 openstack stack delete --yes "$STACK_NAME"