Skip to content

Commit 0201e38

Browse files
committed
AMI url should point to ubuntu 11.10, instead of 10.10
1 parent 8d21cfa commit 0201e38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
### Availbility zones: http://alestic.com/2009/07/ec2-availability-zones
2626
placement = 'us-east-1a'
2727

28-
### ami key from: http://uec-images.ubuntu.com/releases/10.10/release/
28+
### ami key from: http://uec-images.ubuntu.com/releases/11.10/release/
2929
ami_key = 'ami-a7f539ce'
3030
instance_type = 't1.micro'
3131

0 commit comments

Comments
 (0)