mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Update list_images.rb
Comments were copied from list_flavors.rb, correcting documentation link
This commit is contained in:
parent
f67cc7055d
commit
25be8d0a3b
1 changed files with 2 additions and 2 deletions
|
@ -8,14 +8,14 @@ module Fog
|
|||
# * body [Hash]:
|
||||
# * images [Array]:
|
||||
# * [Hash]:
|
||||
# * id [String] - flavor id
|
||||
# * id [String] - image id
|
||||
# * links [Array] - image links
|
||||
# * name [String] - image name
|
||||
# @raise [Fog::Compute::RackspaceV2::NotFound] - HTTP 404
|
||||
# @raise [Fog::Compute::RackspaceV2::BadRequest] - HTTP 400
|
||||
# @raise [Fog::Compute::RackspaceV2::InternalServerError] - HTTP 500
|
||||
# @raise [Fog::Compute::RackspaceV2::ServiceError]
|
||||
# @see http://docs.rackspace.com/servers/api/v2/cs-devguide/content/List_Flavors-d1e4188.html
|
||||
# @see http://docs.rackspace.com/servers/api/v2/cs-devguide/content/List_Images-d1e4435.html
|
||||
def list_images
|
||||
request(
|
||||
:expects => [200, 203],
|
||||
|
|
Loading…
Add table
Reference in a new issue