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