Skip to content

Commit

Permalink
added requests and models for compute_pools
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Howe committed Apr 12, 2012
1 parent bc87c0c commit 6d3ab83
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/fog/ecloud/compute.rb
Expand Up @@ -850,6 +850,8 @@ class UnsupportedVersion < Exception ; end
collection :tasks
model :vdc
collection :vdcs
model :compute_pool
collection :compute_pools

request_path 'fog/ecloud/requests/compute'
request :add_internet_service
Expand Down Expand Up @@ -891,6 +893,8 @@ class UnsupportedVersion < Exception ; end
request :power_on
request :power_reset
request :power_shutdown
request :get_compute_pool
request :get_compute_pools

module Shared

Expand Down

0 comments on commit 6d3ab83

Please sign in to comment.