Bug 1123636

Summary: Add or remove network label with Rest API fails with "User is not logged in" error
Product: [Retired] oVirt Reporter: GenadiC <gcheresh>
Component: ovirt-engine-apiAssignee: Alona Kaplan <alkaplan>
Status: CLOSED CURRENTRELEASE QA Contact: GenadiC <gcheresh>
Severity: urgent Docs Contact:
Priority: unspecified    
Version: 3.5CC: alkaplan, ecohen, gklein, iheim, lvernia, myakove, rbalakri, yeylon
Target Milestone: ---Keywords: AutomationBlocker, Regression, Triaged
Target Release: 3.5.0   
Hardware: x86_64   
OS: Linux   
Whiteboard: network
Fixed In Version: ovirt-3.5.0_rc1 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-10-17 12:37:22 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 GenadiC 2014-07-27 12:20:36 UTC
Description of problem:
Trying to add or remove network label with rest API fails with <reason>Operation Failed</reason> <detail>[User is not logged in.]</detail>

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


How reproducible:
Always

Steps to Reproduce:
1. Try to add a label to existing network by sending <label id="label_name"/> to the https://<engine-ip>//ovirt-engine/api/networks/<network_id>/labels

Actual results:
<fault>
<reason>Operation Failed</reason>
<detail>[User is not logged in.]</detail>
</fault>

Expected results:
Action should succeed

Additional info:

Comment 1 Meni Yakove 2014-08-07 12:06:00 UTC
ovirt-engine-3.5.0-0.0.master.20140804172041.git23b558e.el6.noarch

Comment 2 Sandro Bonazzola 2014-10-17 12:37:22 UTC
oVirt 3.5 has been released and should include the fix for this issue.