mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[vcloud|compute] filter non-server items from server list.
This commit is contained in:
parent
792dbebef2
commit
ec351aac2f
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ module Fog
|
|||
if resource_entities.nil?
|
||||
[]
|
||||
else
|
||||
resource_entities
|
||||
resource_entities.select {|re| re[:type] == 'application/vnd.vmware.vcloud.vApp+xml' }
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue