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

[aws|compute] update ami for windows

This commit is contained in:
geemus 2011-11-10 11:35:53 -06:00
parent cbc016440f
commit 36691a946b

View file

@ -126,7 +126,7 @@ Shindo.tests('Fog::Compute[:aws] | instance requests', ['aws']) do
@instance_id = nil
# Use a MS Windows AMI to test #get_password_data
@windows_ami = 'ami-1cbd4475' # Microsoft Windows Server 2008 R2 Base 64-bit
@windows_ami = 'ami-62bd440b' # Amazon Public Images - Basic Microsoft Windows Server 2008 64-bit
# Create a keypair for decrypting the password
key_name = 'fog-test-key'