Back to bug 1038686

Who When What Removed Added
Dustin Tsang 2013-12-05 15:54:16 UTC CC dtsang
QA Contact sdharane dtsang
Dusmant 2013-12-06 08:53:33 UTC Priority unspecified low
CC dpati
Dusmant 2013-12-09 04:47:38 UTC Status NEW ASSIGNED
Assignee shtripat rnachimu
Ramesh N 2013-12-09 10:29:43 UTC Status ASSIGNED MODIFIED
Link ID oVirt gerrit 21773
Dusmant 2013-12-09 15:42:49 UTC Keywords ZStream
Priority low medium
Ramesh N 2013-12-12 05:29:00 UTC Status MODIFIED ON_QA
Ramesh N 2013-12-12 05:29:31 UTC Fixed In Version cb11
Matt Mahoney 2013-12-12 12:15:54 UTC CC mmahoney
Dustin Tsang 2013-12-13 22:09:23 UTC Status ON_QA VERIFIED
Ramesh N 2014-01-03 12:03:09 UTC Doc Text Cause:
REST API was expecting the action parameter to be in the following format for the glusterhook resolve action to work.
<action>
<host.name>${name}</host.name>
</action>

Consequence:

User is forced to use this format though in other cases he can give the host name in following format.

<action>
<host>
<name>${name}</name>
</host>
</action>

Fix:
glusterhook resolve REST API got changed to allow the previous format which he was using in others use cases.

Result:

Use can use the following format to pass the host name to resolve glusterhooks REST API

<action>
<host>
<name>${name}</name>
</host>
</action>
Jay Turner 2014-01-15 11:25:00 UTC Target Milestone --- RHS 2.1.2
Shalaka 2014-01-21 08:52:29 UTC CC rnachimu, sharne
Doc Text Cause:
REST API was expecting the action parameter to be in the following format for the glusterhook resolve action to work.
<action>
<host.name>${name}</host.name>
</action>

Consequence:

User is forced to use this format though in other cases he can give the host name in following format.

<action>
<host>
<name>${name}</name>
</host>
</action>

Fix:
glusterhook resolve REST API got changed to allow the previous format which he was using in others use cases.

Result:

Use can use the following format to pass the host name to resolve glusterhooks REST API

<action>
<host>
<name>${name}</name>
</host>
</action>
Previously, the accepted format for the action parameter for the glusterhook resolve action was incorrect. Now, with this update, the format of the action parameter is corrected.
Flags needinfo?(rnachimu)
Ramesh N 2014-01-21 09:35:15 UTC Flags needinfo?(rnachimu)
errata-xmlrpc 2014-02-25 05:40:38 UTC Status VERIFIED RELEASE_PENDING
errata-xmlrpc 2014-02-25 08:07:56 UTC Status RELEASE_PENDING CLOSED
Resolution --- ERRATA
Last Closed 2014-02-25 03:07:56 UTC
Rejy M Cyriac 2015-05-13 16:26:24 UTC Target Release --- RHGS 2.1.2
Target Milestone RHS 2.1.2 ---
John Skeoch 2015-07-13 04:39:40 UTC CC mmccune

Back to bug 1038686