Skip to content

Commit 793a880

Browse files
author
Adam K Dean
committed
chore(provision-rackspace): bumped coreos image version
1 parent 05991be commit 793a880

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contrib/rackspace/provision-rackspace-cluster.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ $CONTRIB_DIR/util/check-user-data.sh
4949
i=1 ; while [[ $i -le $DEIS_NUM_INSTANCES ]] ; do \
5050
echo_yellow "Provisioning deis-$i..."
5151
# this image is CoreOS 452.0.0
52-
supernova $ENV boot --image 7f116bdd-9b17-410c-b049-eb1bca1b7087 --flavor $FLAVOR --key-name $1 --user-data ../coreos/user-data --no-service-net --nic net-id=$NETWORK_ID --config-drive true deis-$i ; \
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 ; \
5353
((i = i + 1)) ; \
5454
done
5555

0 commit comments

Comments
 (0)