1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

Merge pull request #1095 from pmenglund/master

Default ImageId for sa-east-1 missing
This commit is contained in:
Wesley Beary 2012-08-16 12:36:05 -07:00
commit 61a9ca826b

View file

@ -63,6 +63,8 @@ module Fog
'ami-f092eca2'
when 'eu-west-1'
'ami-3d1f2b49'
when 'sa-east-1'
'ami-5c03dd41'
when 'us-east-1'
'ami-3202f25b'
when 'us-west-1'