mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[vcloud_director] Show guest customization "admin password auto"
Guest customization setting "admin password auto" was retrieved but not shown.
This commit is contained in:
parent
37c862acd4
commit
e34ff64840
2 changed files with 2 additions and 0 deletions
|
@ -386,6 +386,7 @@ vm.customization
|
|||
change_sid=false,
|
||||
join_domain_enabled=false,
|
||||
use_org_settings=false,
|
||||
admin_password_auto=false,
|
||||
admin_password_enabled=false,
|
||||
reset_password_required=false,
|
||||
virtual_machine_id="2ddeea36-ac71-470f-abc5-c6e3c2aca192",
|
||||
|
|
|
@ -14,6 +14,7 @@ module Fog
|
|||
attribute :change_sid
|
||||
attribute :join_domain_enabled
|
||||
attribute :use_org_settings
|
||||
attribute :admin_password_auto
|
||||
attribute :admin_password_enabled
|
||||
attribute :reset_password_required
|
||||
attribute :virtual_machine_id
|
||||
|
|
Loading…
Add table
Reference in a new issue