[openstack-dev] [oslo] request_id deprecation strategy question

Steven Hardy shardy at redhat.com
Mon Oct 20 15:52:48 UTC 2014


On Mon, Oct 20, 2014 at 02:17:54PM +0000, Sandy Walsh wrote:
> Does this mean we're losing request-id's?

No, it just means the implementation has moved from oslo-incubator[1] to
oslo.middleware[2].

The issue I'm highlighting is that those projects using the code now have
to update their api-paste.ini files to import from the new location,
presumably while giving some warning to operators about the impending
removal of the old code.

All I'm seeking to clarify is the most operator sensitive way to handle
this transition, given that we seem to have missed the boat on including a
nice deprecation warning for Juno.

Steve

[1] https://github.com/openstack/oslo-incubator/blob/stable/juno/openstack/common/middleware/request_id.py#L33
[2] https://github.com/openstack/oslo.middleware/blob/master/oslo/middleware/request_id.py



More information about the OpenStack-dev mailing list