We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a68bab + 2b73978 commit a24a3feCopy full SHA for a24a3fe
1 file changed
contrib/rackspace/provision-rackspace-cluster.sh
@@ -42,7 +42,7 @@ $CONTRIB_DIR/util/check-user-data.sh
42
43
i=1 ; while [[ $i -le $DEIS_NUM_INSTANCES ]] ; do \
44
echo_yellow "Provisioning deis-$i..."
45
- supernova production boot --image 24614284-19a9-4348-bee3-a504d7094d1b --flavor $FLAVOR --key-name $1 --user-data ../coreos/user-data --no-service-net --nic net-id=$NETWORK_ID --config-drive true deis-$i ; \
+ supernova production boot --image afb5ee19-4e6e-42c3-841c-9663e99b83ba --flavor $FLAVOR --key-name $1 --user-data ../coreos/user-data --no-service-net --nic net-id=$NETWORK_ID --config-drive true deis-$i ; \
46
((i = i + 1)) ; \
47
done
48
0 commit comments