File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 366366 exit 1
367367 fi
368368 cat >> " $localrc_file " << EOF
369+ # Need to force devstack to run because we currently use saucy
370+ FORCE=yes
371+
369372SKIP_EXERCISES=${SKIP_EXERCISES} ,volumes
370373XENAPI_PASSWORD=${DEVSTACK_GATE_XENAPI_PASSWORD}
371374XENAPI_CONNECTION_URL=http://${DEVSTACK_GATE_XENAPI_DOM0_IP}
@@ -606,13 +609,13 @@ else
606609 echo " ... this takes 10 - 15 minutes (logs in logs/devstacklog.txt.gz)"
607610 start=$( date +%s)
608611 $ANSIBLE primary -f 5 -i " $WORKSPACE /inventory" -m shell \
609- -a " cd '$BASE /new/devstack' && sudo -H -u stack stdbuf -oL -eL ./stack.sh executable=/bin/bash" \
612+ -a " cd '$BASE /new/devstack' && sudo -H -u stack FORCE=yes stdbuf -oL -eL ./stack.sh executable=/bin/bash" \
610613 & > " $WORKSPACE /logs/devstack-early.txt"
611614 # Run non controller setup after controller is up. This is necessary
612615 # because services like nova apparently expect to have the controller in
613616 # place before anything else.
614617 $ANSIBLE subnodes -f 5 -i " $WORKSPACE /inventory" -m shell \
615- -a " cd '$BASE /new/devstack' && sudo -H -u stack stdbuf -oL -eL ./stack.sh executable=/bin/bash" \
618+ -a " cd '$BASE /new/devstack' && sudo -H -u stack FORCE=yes stdbuf -oL -eL ./stack.sh executable=/bin/bash" \
616619 & > " $WORKSPACE /logs/devstack-subnodes-early.txt"
617620 end=$( date +%s)
618621 took=$(( ($end - $start ) / 60 ))
You can’t perform that action at this time.
0 commit comments