Actions
Bug #15735
closedSubnet is not selected with domain
Status:
Rejected
Priority:
Low
Assignee:
-
Category:
Discovery plugin
Description
If you create a hostgroup that defines both subnet and domain and select it in the modal dialog, primary interface domain is set correctly but subnet is blank. Provisioning does work fine, but we should perhaps select it correctly.
When fixing this, add a test in test_edit_form_submit_parameters:
assert_select '#host_interfaces_attributes_0_subnet_id [selected]' do |e| assert_equal hostgroup.subnet_id.to_s, e.first[:value] end
Files
Updated by Lukas Zapletal over 8 years ago
- Related to Feature #4426: Allow changing/setting of organisation and location in the "Provision Host" screen added
Updated by Swapnil Abnave about 8 years ago
- File New Host.png New Host.png added
@Lukas Zapletal
I am not able to reproduce this.
New Host -> Interaces -> Edit : Shows auto-filled "Domain" and "IPv4 Subnet"
I hope I am testing it right. If not can you help me reproduce it ?
PFA
Updated by Lukas Zapletal about 8 years ago
- Status changed from New to Rejected
Hello, unable to reproduce too. I had to have Smart Proxy down or something. Thanks.
Actions