# File lib/fog/cloudstack/requests/compute/list_storage_pools.rb, line 9 def list_storage_pools(options={}) options.merge!( 'command' => 'listStoragePools' ) request(options) end