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

Specify image_ref rather than trying to instantiate object.

This commit is contained in:
Christopher Meiklejohn 2012-06-11 17:16:23 -04:00
parent a58e7a6f75
commit 7a20166a9f

View file

@ -23,7 +23,7 @@ def compute_providers
:mocked => true,
:server_attributes => {
:flavor_ref => 2,
:image_ref => Fog::Compute[:openstack].images.first.id,
:image_ref => "0e09fbd6-43c5-448a-83e9-0d3d05f9747e",
:name => "fog_#{Time.now.to_i}"
}
},