|
80 | 80 | :owner_office, :owner_manager, :owner_manager_mail, |
81 | 81 | :owner_manager_phone, :owner_phone, :owner_phone_mobile, |
82 | 82 | :owner_state, :owner_title, :owner_zip, :request_notes, |
83 | | - :subnet_mask, :memory_limit, :memory_reserve, |
| 83 | + :subnet_mask, :memory_limit, :memory_reserve, :execution_ttl, |
84 | 84 | :root_username, :root_password, :ssh_public_key, :sysprep_password, :sysprep_domain_admin, |
85 | 85 | :sysprep_domain_password, :sysprep_workgroup_name, |
86 | 86 | :sysprep_full_name, :sysprep_organization, |
|
226 | 226 | :floating_ip_address, :resource_group, :load_balancer, |
227 | 227 | :sysprep_auto_logon_count, :sysprep_domain_name, :sysprep_server_license_mode, |
228 | 228 | :vlan, :cloud_tenant, :src_configuration_profile_id, :vm_minimum_memory, |
229 | | - :vm_maximum_memory, :boot_disk_size, :subnet, :placement_group, :shared_processor_pool].include?(field) |
| 229 | + :vm_maximum_memory, :boot_disk_size, :subnet, :placement_group, :shared_processor_pool, :verbosity, :log_output].include?(field) |
230 | 230 | -# Pull Down fields |
231 | 231 | -# Multiple select Pull Down fields |
232 | 232 | - multiple = %i[security_groups cloud_volumes].include?(field) |
|
0 commit comments