Bug 1640617

Summary: architecture list fail when organization_id is provided
Product: Red Hat Satellite Reporter: Martin Bacovsky <mbacovsk>
Component: APIAssignee: satellite6-bugs <satellite6-bugs>
Status: CLOSED DUPLICATE QA Contact: Katello QA List <katello-qa-list>
Severity: high Docs Contact:
Priority: unspecified    
Version: 6.4.0CC: akarsale, apatel, mhulan, tstrachota
Target Milestone: UnspecifiedKeywords: Triaged
Target Release: Unused   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-11-13 14:39:24 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Martin Bacovsky 2018-10-18 12:16:38 UTC
Description of problem:
The architectures API call fails with 500 when organization_id is provided

Version-Release number of selected component (if applicable):
foreman-1.18.0.18-1.el7sat.noarch

How reproducible:
Always

Steps to Reproduce:
1. # curl  "-HContent-Type: application/json" -k -u admin:changeme "-d{\"organization_id\":1}" -XGET https://`hostname`/api/v2/architectures
2.
3.

Actual results:
{
  "error": {"message":"Association not found for organization"}
}


Expected results:
The 200 response with the data

Additional info:
Other resources and methods that are not taxable may be affected too.

Comment 2 Martin Bacovsky 2018-11-13 14:39:24 UTC

*** This bug has been marked as a duplicate of bug 1649011 ***