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

[hp|compute] Fix mock for create server.

This commit is contained in:
Rupak Ganguly 2013-03-13 11:39:49 -04:00
parent 78ad8e6a70
commit 1b3ec2beef

View file

@ -131,7 +131,6 @@ module Fog
'tenant_id' => Fog::HP::Mock.user_id.to_s, 'tenant_id' => Fog::HP::Mock.user_id.to_s,
'uuid' => "95253a45-9ead-43c6-90b3-65da2ef048b3", 'uuid' => "95253a45-9ead-43c6-90b3-65da2ef048b3",
'config_drive' => "", 'config_drive' => "",
'user_data' => "",
'security_groups' => [{"name"=>"#{sec_group_name}", "links"=>[{"href"=>"http://nova1:8774/v1.1/admin//os-security-groups/111", "rel"=>"bookmark"}], "id"=>111}], 'security_groups' => [{"name"=>"#{sec_group_name}", "links"=>[{"href"=>"http://nova1:8774/v1.1/admin//os-security-groups/111", "rel"=>"bookmark"}], "id"=>111}],
'key_name' => options['key_name'] || "" 'key_name' => options['key_name'] || ""
} }