mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[ibm] Use Raleigh location for tests
This commit is contained in:
parent
3790e67940
commit
7725d07e31
11 changed files with 44 additions and 39 deletions
|
|
@ -6,9 +6,9 @@ Shindo.tests('Fog::Compute[:ibm] | server', ['ibm']) do
|
|||
@instance_id = nil
|
||||
|
||||
@name = "fog-test-instance-" + Time.now.to_i.to_s(32)
|
||||
@image_id = "20015393"
|
||||
@image_id = "20010001"
|
||||
@instance_type = "BRZ32.1/2048/60*175"
|
||||
@location_id = "101"
|
||||
@location_id = "41"
|
||||
|
||||
@key_name = "fog-test-key-" + Time.now.to_i.to_s(32)
|
||||
@key = Fog::Compute[:ibm].keys.create(:name => @key_name)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue