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:
parent
cbc016440f
commit
36691a946b
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue