mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Merge pull request #1934 from frodenas/openstack_images
[openstack|image] Fix image reload
This commit is contained in:
commit
b9c30df2f0
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ module Fog
|
||||||
end
|
end
|
||||||
|
|
||||||
def find_by_id(id)
|
def find_by_id(id)
|
||||||
self.find {|image| image.id == id}
|
all.find {|image| image.id == id}
|
||||||
end
|
end
|
||||||
alias_method :get, :find_by_id
|
alias_method :get, :find_by_id
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue