File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,9 +48,8 @@ $CONTRIB_DIR/util/check-user-data.sh
4848
4949i=1 ; while [[ $i -le $DEIS_NUM_INSTANCES ]] ; do \
5050 echo_yellow " Provisioning deis-$i ..."
51- # This image is CoreOS 607.0.0 in the stable channel
52- # TODO Update to 633.1.0 once it's available in the stable channel
53- supernova $ENV boot --image c412af3b-f9a6-4ad1-a9e9-4aabca8073d3 --flavor $FLAVOR --key-name $1 --user-data $CONTRIB_DIR /coreos/user-data --no-service-net --nic net-id=$NETWORK_ID --config-drive true deis-$i ; \
51+ # This image is CoreOS 633.1.0 in the stable channel
52+ supernova $ENV boot --image a41d8b7c-d41b-4369-a180-0734f3b1cd8c --flavor $FLAVOR --key-name $1 --user-data $CONTRIB_DIR /coreos/user-data --no-service-net --nic net-id=$NETWORK_ID --config-drive true deis-$i ; \
5453 (( i = i + 1 )) ; \
5554done
5655
You can’t perform that action at this time.
0 commit comments