mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Add snapshot model and collection to bloack storage provider.
This commit is contained in:
parent
59231abe81
commit
128c2a59c4
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,9 @@ module Fog
|
|||
model :volume
|
||||
collection :volumes
|
||||
|
||||
model :snapshot
|
||||
collection :snapshots
|
||||
|
||||
request_path 'fog/hp/requests/block_storage'
|
||||
request :create_volume
|
||||
request :delete_volume
|
||||
|
|
Loading…
Add table
Reference in a new issue