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

Add HP provider in the helper.

This commit is contained in:
Rupak Ganguly 2012-04-06 15:35:15 -04:00
parent 2ad0a324a5
commit cd8dc2b106

View file

@ -20,6 +20,14 @@ def compute_providers
:glesys => {
:mocked => false
},
:hp => {
:server_attributes => {
:flavor_id => 100,
:image_id => 1242,
:name => "fog_#{Time.now.to_i}"
},
:mocked => true
},
:ninefold => {
:mocked => false
},