Bug 1422887
Summary: | Get 503 error when Panko API request includes X-Auth-token | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Marek Aufart <maufart> | ||||
Component: | instack-undercloud | Assignee: | Pradeep Kilambi <pkilambi> | ||||
Status: | CLOSED ERRATA | QA Contact: | Sasha Smolyak <ssmolyak> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 11.0 (Ocata) | CC: | jdanjou, mburns, pkilambi, rhel-osp-director-maint, ssmolyak | ||||
Target Milestone: | rc | Keywords: | Triaged | ||||
Target Release: | 11.0 (Ocata) | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | instack-undercloud-6.0.0-0.20170220135156.d695df8.el7ost | Doc Type: | If docs needed, set a value | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2017-05-17 19:59:56 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: | |||||||
Attachments: |
|
Thanks pradk, sileth and yprokule for support, works on undercloud after manual applying https://review.openstack.org/#/c/434920/ and https://review.openstack.org/#/c/434925/ This BZ is from Cloudforms integration point of view a blocker. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2017:1245 |
Created attachment 1250865 [details] details Description of problem: Panko API fails with HTTP 503 error in case request contains Keystone token (X-Auth-Token). Version-Release number of selected component (if applicable): OSP11 deployed with infrared on Feb-15. How reproducible: always Steps to Reproduce: 1. deploy OSP11 with infrared jenkins job with enabled telemetry 2. obtain keystone auth token 3. access Panko HTTP API with token from step 2 Actual results: Get HTTP 503 error Expected results: Get valid JSON as a response Additional info: