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:
parent
2ad0a324a5
commit
cd8dc2b106
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue