mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Add attr group.
This commit adds the group object to the cloudstack compute model.
This commit is contained in:
parent
3c762cd1d5
commit
ebf45f2468
1 changed files with 2 additions and 0 deletions
|
@ -33,6 +33,7 @@ module Fog
|
|||
attribute :guest_os_id, :aliases => 'guestosid'
|
||||
attribute :root_device_id, :aliases => 'rootdeviceid'
|
||||
attribute :root_device_type, :aliases => 'rootdevicetype'
|
||||
attribute :group
|
||||
attribute :security_group_list, :type => :array, :aliases => 'securitygroup'
|
||||
attribute :nics, :type => :array, :aliases => 'nic'
|
||||
|
||||
|
@ -85,6 +86,7 @@ module Fog
|
|||
'networkids' => network_ids,
|
||||
'diskofferingid' => disk_offering_id,
|
||||
'displayname' => display_name,
|
||||
'group' => group,
|
||||
'domainid' => domain_id,
|
||||
'hostid' => host_id,
|
||||
'ipaddress' => ip_address,
|
||||
|
|
Loading…
Add table
Reference in a new issue