Skip to content

Commit 0a13242

Browse files
committed
chore(contrib): update Rackspace to CoreOS 607.0.0
1 parent 4340f64 commit 0a13242

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

contrib/rackspace/provision-rackspace-cluster.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ $CONTRIB_DIR/util/check-user-data.sh
4848

4949
i=1 ; while [[ $i -le $DEIS_NUM_INSTANCES ]] ; do \
5050
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 ; \
51+
# This image is CoreOS 607.0.0 in the stable channel
52+
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 ; \
5353
((i = i + 1)) ; \
5454
done
5555

0 commit comments

Comments
 (0)