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:
commit
61a9ca826b
1 changed files with 2 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue