Skip to content
Snippets Groups Projects
Commit 887938bb authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Exit on failure in init-runonce"

parents 48223fe8 bc08b44f
No related merge requests found
......@@ -28,7 +28,7 @@ function deploy {
if ! openstack image show cirros >/dev/null 2>&1; then
echo "Initialising OpenStack resources via init-runonce"
tools/init-runonce
tools/init-runonce > /tmp/logs/ansible/init-runonce
else
echo "Not running init-runonce - resources exist"
fi
......
#!/bin/bash
#
set -o errexit
# This script is meant to be run once after running start for the first
# time. This script downloads a cirros image and registers it. Then it
# configures networking and nova quotas to allow 40 m1.small instances
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment