Comment 17 for bug 1525259

Revision history for this message
Ravi Shekhar Jethani (ravishekar-jethani) wrote : Re: Add request_ids attribute to v2 schemas

Added new patch [1] addressing issues explained in the above note.

Revisiting note#16 we can see three cases:

Case 1: Already fixed. No issues so far.

Case 2: The new patch only returns a single request id to the caller. This request id is the first intermediate request id generated as a part of the api call. All subsequent intermediate requests use this same request id and at the end this request id is returned to the caller.

Case 3: the new patch implements solution `a` from the above note.

[1] https://review.openstack.org/#/c/352892