projects
/
p5sagit/Oyster.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
3e92499
)
Changing the image
Ian Norton [Sat, 20 Nov 2010 22:10:18 +0000 (22:10 +0000)]
lib/Oyster/Provision/AmazonEC2.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Oyster/Provision/AmazonEC2.pm
b/lib/Oyster/Provision/AmazonEC2.pm
index
e54d902
..
2b597c8
100644
(file)
--- a/
lib/Oyster/Provision/AmazonEC2.pm
+++ b/
lib/Oyster/Provision/AmazonEC2.pm
@@
-41,7
+41,7
@@
sub create {
# Start 1 new instance from AMI: ami-XXXXXXXX
my $instance = $self->ec2->run_instances(
- ImageId => $self->image() or "ami-1a837773",
+ ImageId => $self->image() or "ami-be6e99d7",
KeyName => $self->ec2_oyster_key,
MinCount => 1,
MaxCount => 1,