Return request-id in API response
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| openstack-manuals |
Medium
|
Tom Fifield |
Bug Description
https:/
Dear documentation bug triager. This bug was created here because we did not know how to map the project name "openstack/neutron" to a launchpad project name. This indicates that the notify_impact config needs tweaks. You can ask the OpenStack infra team (#openstack-infra on freenode) for help if you need to.
commit 048faa57037d30c
Author: Akihiro Motoki <email address hidden>
Date: Thu Dec 5 15:55:31 2013 +0900
Return request-id in API response
Import RequestIdMiddleware from oslo which ensures to request-id
in API response. CatchErrorsMidd
all internal exceptions are caught outermost.
api-paste.ini is updated to use them.
KeystonAuth
request-id generated by RequestIdMiddle
Add middleware to openstack.conf and import all modules
under middleware directory from oslo.
DocImpact UpgradeImpact
This patch adds new WSGI middlewares "request_id" and "catch_errors".
They needs to be added to api-paste.ini when upgrading.
Change-Id: Icf01b7de697ef5
Closes-Bug: #1239923
Anne Gentle (annegentle) wrote : | #1 |
no longer affects: | openstack-api-site |
Changed in openstack-manuals: | |
status: | New → Confirmed |
tags: | added: ops-guide |
Changed in openstack-manuals: | |
importance: | Undecided → Medium |
Changed in openstack-manuals: | |
status: | Confirmed → Triaged |
Tom Fifield (fifieldt) wrote : | #2 |
This was for Icehouse --> Juno upgrade instructions. However, after those instructions were written and tested, it wasn't necessary (http://
Changed in openstack-manuals: | |
assignee: | nobody → Tom Fifield (fifieldt) |
status: | Triaged → Fix Released |
Seems to affect upgrade instructions.