mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Merge pull request #975 from cmeiklejohn/fix_openstack_failure_with_reference
Specify image_ref rather than trying to instantiate object.
This commit is contained in:
commit
907ff6f8db
1 changed files with 1 additions and 1 deletions
|
@ -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}"
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue