mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[hp|compute] Add user_data to the mock data structure.
This commit is contained in:
parent
e8e5205e1e
commit
eae0323b08
1 changed files with 1 additions and 0 deletions
|
@ -131,6 +131,7 @@ module Fog
|
|||
'tenant_id' => Fog::HP::Mock.user_id.to_s,
|
||||
'uuid' => "95253a45-9ead-43c6-90b3-65da2ef048b3",
|
||||
'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}],
|
||||
'key_name' => options['key_name'] || ""
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue