We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e63676 commit 08f5bf1Copy full SHA for 08f5bf1
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 452.0.0
52
- supernova $ENV boot --image 325a1c78-78e1-4367-be7a-1334b088018a --flavor $FLAVOR --key-name $1 --user-data ../coreos/user-data --no-service-net --nic net-id=$NETWORK_ID --config-drive true deis-$i ; \
+ # This image is CoreOS 490.0.0
+ supernova $ENV boot --image 3c7e97fa-a9f5-4b09-97aa-c94e66dbbfeb --flavor $FLAVOR --key-name $1 --user-data ../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