Exit on error
diff --git a/scripts/single-node-pod.sh b/scripts/single-node-pod.sh
index 19f058b..39777f7 100755
--- a/scripts/single-node-pod.sh
+++ b/scripts/single-node-pod.sh
@@ -173,6 +173,8 @@
   cleanup_from_previous_test
 fi
 
+set -e
+
 bootstrap
 setup_openstack
 pull_docker_images