From 128c2a59c48652e31384bb0a247443812ac7fc5e Mon Sep 17 00:00:00 2001 From: Rupak Ganguly Date: Thu, 9 Aug 2012 16:44:59 -0400 Subject: [PATCH] Add snapshot model and collection to bloack storage provider. --- lib/fog/hp/block_storage.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/fog/hp/block_storage.rb b/lib/fog/hp/block_storage.rb index 471d711a6..24799f4cf 100644 --- a/lib/fog/hp/block_storage.rb +++ b/lib/fog/hp/block_storage.rb @@ -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