Change in ovirt-engine[master]: restapi: filtering rsdl according to ApplicationMode
by mpastern@redhat.com
Michael Pasternak has submitted this change and it was merged.
Change subject: restapi: filtering rsdl according to ApplicationMode
......................................................................
restapi: filtering rsdl according to ApplicationMode
The rsdl response will be filtered according to the
Application Mode. In Gluster Only mode
http://hostname/api?rsdl will return only gluster related
links and common links(host,cluster,etc).
Change-Id: I63a244c5b751d0d77113a5bbdb254bae20f5457e
Signed-off-by: Kanagaraj M <kmayilsa(a)redhat.com>
---
M backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/restapi/resource/BackendApiResource.java
1 file changed, 17 insertions(+), 0 deletions(-)
Approvals:
Michael Pasternak: Looks good to me, approved
Kanagaraj M: Verified
--
To view, visit http://gerrit.ovirt.org/6194
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I63a244c5b751d0d77113a5bbdb254bae20f5457e
Gerrit-PatchSet: 6
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Kanagaraj M <kmayilsa(a)redhat.com>
Gerrit-Reviewer: Kanagaraj M <kmayilsa(a)redhat.com>
Gerrit-Reviewer: Michael Pasternak <mpastern(a)redhat.com>
Gerrit-Reviewer: Ori Liel <oliel(a)redhat.com>
Gerrit-Reviewer: Shireesh Anjal <sanjal(a)redhat.com>
12 years, 4 months
Change in ovirt-engine[master]: restapi: Update Storage-Domain - handle type
by oliel@redhat.com
Ori Liel has submitted this change and it was merged.
Change subject: restapi: Update Storage-Domain - handle type
......................................................................
restapi: Update Storage-Domain - handle type
restapi does not have 'Master' data type. A storage-domain of type master is
simply displayed as data. When user updates a storage-domain, he might send
back <type>data</type>. Backend would fail this, because it looks like the
user is updating the type field, which is forbidden (because the old value
is 'master', and user gave 'data').
This patch intercepts the update and replaces 'master' back to 'data' if needed,
so that the backend won't fail on ilegal update
Change-Id: Iabaaa2d262a55e073d4aebe32ac76bbc9ab92d0d
Signed-off-by: Ori Liel <oliel(a)redhat.com>
---
M backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/restapi/resource/BackendStorageDomainResource.java
1 file changed, 6 insertions(+), 0 deletions(-)
Approvals:
Ori Liel: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/6801
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Iabaaa2d262a55e073d4aebe32ac76bbc9ab92d0d
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Ori Liel <oliel(a)redhat.com>
Gerrit-Reviewer: Ori Liel <oliel(a)redhat.com>
12 years, 4 months
Change in ovirt-engine[master]: core: Replacing StringHelper with StringUtils.
by masayag@redhat.com
Moti Asayag has submitted this change and it was merged.
Change subject: core: Replacing StringHelper with StringUtils.
......................................................................
core: Replacing StringHelper with StringUtils.
StringHelper is deprecated.
Change-Id: Ie96f2fca903ef919f617981feef023dfb23ce850
Signed-off-by: Sharad Mishra <snmishra(a)linux.vnet.ibm.com>
---
M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/storage/AddExistingNFSStorageDomainCommand.java
1 file changed, 9 insertions(+), 8 deletions(-)
Approvals:
Moti Asayag: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/6687
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ie96f2fca903ef919f617981feef023dfb23ce850
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Sharad Mishra <snmishra(a)linux.vnet.ibm.com>
Gerrit-Reviewer: Allon Mureinik <amureini(a)redhat.com>
Gerrit-Reviewer: Laszlo Hornyak <lhornyak(a)redhat.com>
Gerrit-Reviewer: Moti Asayag <masayag(a)redhat.com>
Gerrit-Reviewer: Sharad Mishra <snmishra(a)linux.vnet.ibm.com>
Gerrit-Reviewer: Yair Zaslavsky <yzaslavs(a)redhat.com>
12 years, 4 months