Bug 915066 - RSDL lists host display address as mandatory
Summary: RSDL lists host display address as mandatory
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Virtualization Manager
Classification: Red Hat
Component: ovirt-engine-restapi
Version: 3.2.0
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
: 3.2.0
Assignee: Ravi Nori
QA Contact: Ido Begun
URL:
Whiteboard: infra
Depends On:
Blocks: 917401
TreeView+ depends on / blocked
 
Reported: 2013-02-24 14:36 UTC by Ido Begun
Modified: 2016-02-10 19:13 UTC (History)
9 users (show)

Fixed In Version: sf9
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-06-11 09:15:35 UTC
oVirt Team: Infra
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
oVirt gerrit 12424 0 None None None Never
oVirt gerrit 12502 0 None None None Never

Description Ido Begun 2013-02-24 14:36:23 UTC
Description of problem:
Host display address is listed as a mandatory parameter.

Version-Release number of selected component (if applicable):
SF8 - rhevm-3.2.0-9

How reproducible:
100%

  
Actual results:
<body>
<type>Host</type>
...
<parameter required="true" type="xs:string">
<name>host.display.address</name>
</parameter>
...
</body>

Expected results:
<body>
<type>Host</type>
...
<parameter required="false" type="xs:string">
<name>host.display.address</name>
</parameter>
...
</body>

Comment 1 Oded Ramraz 2013-02-24 14:38:35 UTC
Since we have automatic validation via RSDL in our framework, this issue is blocking many of our tests .

Comment 3 Ido Begun 2013-03-03 13:12:00 UTC
OK -SF9

Host display address is no longer listed as mandatory in RSDL:
<parameter required="false" type="xs:string">
<name>host.display.address</name>
</parameter>

Comment 4 Itamar Heim 2013-06-11 09:15:35 UTC
3.2 has been released

Comment 5 Itamar Heim 2013-06-11 09:41:09 UTC
3.2 has been released


Note You need to log in before you can comment on or make changes to this bug.