1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

Add new HP providers for Object Storage, Compute and CDN services.

This commit is contained in:
Rupak Ganguly 2011-06-15 02:10:54 -04:00
parent 554f894612
commit 9d1e801d92
105 changed files with 5540 additions and 3 deletions

View file

@ -6,6 +6,9 @@ def storage_providers
:google => {
:mocked => true
},
:hp => {
:mocked => true
},
:local => {
:mocked => false
},