Skip to content

Commit f798261

Browse files
committed
Merge pull request #2808 from carmstrong/rackspace-494.5.0
chore(contrib/rackspace): bump to CoreOS 494.5.0
2 parents 583f9f3 + 9968c23 commit f798261

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

contrib/rackspace/provision-rackspace-cluster.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +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-
# TODO: update to CoreOS 494.5.0 when it's in the stable channel at Rackspace
52-
# This image is CoreOS 494.1.0 in their beta channel
53-
supernova $ENV boot --image 0c9c575e-6af8-4acd-96b0-c04ff0184718 --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 494.5.0 in the stable channel
52+
supernova $ENV boot --image 6ad64ee8-6726-4077-b051-dbaed2d47e88 --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 ; \
5453
((i = i + 1)) ; \
5554
done
5655

0 commit comments

Comments
 (0)