1
0
Fork 0
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:
Rupak Ganguly 2012-08-09 16:44:59 -04:00
parent 59231abe81
commit 128c2a59c4

View file

@ -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