Bug 1303600

Summary: unable to open setup networks dialog
Product: [oVirt] ovirt-engine Reporter: Martin Mucha <mmucha>
Component: Frontend.WebAdminAssignee: Yevgeny Zaspitsky <yzaspits>
Status: CLOSED DUPLICATE QA Contact: Pavel Stehlik <pstehlik>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 3.6.0CC: bugs
Target Milestone: ---Flags: rule-engine: planning_ack?
rule-engine: devel_ack?
rule-engine: testing_ack?
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: network
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-02-01 18:50:10 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: Network RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Martin Mucha 2016-02-01 12:16:16 UTC
Description of problem:
unable to open setup networks dialog

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1. clean 3.6 installation
2. NetworkExclusivenessPermissiveValidation has to be null (it is in my environment after clean install) 
3. open setup networks dialog.

Actual results:


Expected results:


Additional info:

unboxing error in:
org.ovirt.engine.ui.uicommonweb.dataprovider.AsyncDataProvider#isNetworkExclusivenessPermissiveValidation

probably easily fixable by returning:

return Boolean.TRUE.equals(getConfigValuePreConverted(
                ConfigurationValues.NetworkExclusivenessPermissiveValidation,
                version));

Comment 1 Yevgeny Zaspitsky 2016-02-01 18:50:10 UTC

*** This bug has been marked as a duplicate of bug 1297490 ***