Change in ovirt-engine[master]: cli: update network by name doesnt work #834198

Michael Pasternak has submitted this change and it was merged. Change subject: cli: update network by name doesnt work #834198 ...................................................................... cli: update network by name doesnt work #834198 entire update of network (by-name [1]) won't work cause, used following pattern [2] to retrieve network by-name while actually /api/networks is non-searchable collection, bottom line, restapi reports /api/networks collection as searchable while it is not. [1] update network my_network --description aaa --name bbb [2] /api/networks?search=name%3Dmy_network Change-Id: I8b7e77ce8c7dd5cbe73a390f91aa3604288d2b26 Signed-off-by: Michael Pasternak <mpastern@redhat.com> --- M backend/manager/modules/restapi/interface/definition/src/main/resources/rsdl_metadata_v-3.1.yaml 1 file changed, 0 insertions(+), 2 deletions(-) Approvals: Michael Pasternak: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/5820 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I8b7e77ce8c7dd5cbe73a390f91aa3604288d2b26 Gerrit-PatchSet: 4 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Michael Pasternak <mpastern@redhat.com> Gerrit-Reviewer: Michael Pasternak <mpastern@redhat.com> Gerrit-Reviewer: Ori Liel <oliel@redhat.com>
participants (1)
-
mpastern@redhat.com