We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4340f64 commit 0a13242Copy full SHA for 0a13242
1 file changed
contrib/rackspace/provision-rackspace-cluster.sh
@@ -48,8 +48,8 @@ $CONTRIB_DIR/util/check-user-data.sh
48
49
i=1 ; while [[ $i -le $DEIS_NUM_INSTANCES ]] ; do \
50
echo_yellow "Provisioning deis-$i..."
51
- # This image is CoreOS 557.2.0 in the stable channel
52
- supernova $ENV boot --image 05438eb5-af42-4bdd-bd32-309c2154927d --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 ; \
+ # This image is CoreOS 607.0.0 in the stable channel
+ 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 ; \
53
((i = i + 1)) ; \
54
done
55
0 commit comments