mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[rackspace|compute] Fix typo in attachments model.
This commit is contained in:
parent
a4032ab209
commit
ee02e55175
1 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ module Fog
|
|||
collection :flavors
|
||||
model :image
|
||||
collection :images
|
||||
model :attachments
|
||||
model :attachment
|
||||
collection :attachments
|
||||
|
||||
request_path 'fog/rackspace/requests/compute_v2'
|
||||
|
@ -54,7 +54,7 @@ module Fog
|
|||
request :get_attachment
|
||||
request :list_attachments
|
||||
request :delete_attachment
|
||||
|
||||
|
||||
request :list_metadata
|
||||
request :set_metadata
|
||||
request :update_metadata
|
||||
|
|
Loading…
Add table
Reference in a new issue