From 52af98be6da3177577a0c1d5d0bcd5ecbd50bb9b Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Thu, 16 Feb 2012 23:41:49 -0800 Subject: [PATCH] Update conf/templates/keystone/keystone_init.sh.tpl --- conf/templates/keystone/keystone_init.sh.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/templates/keystone/keystone_init.sh.tpl b/conf/templates/keystone/keystone_init.sh.tpl index 96b403c8..516a0349 100644 --- a/conf/templates/keystone/keystone_init.sh.tpl +++ b/conf/templates/keystone/keystone_init.sh.tpl @@ -1,7 +1,7 @@ #!/bin/bash # From devstack commit bd13b708f2 with some modifications -set +e +set -o errexit # These are used by keystone commands below export SERVICE_TOKEN=%SERVICE_TOKEN%