Comment 5 for bug 1776928

Revision history for this message
Ghanshyam Mann (ghanshyammann) wrote :

we can support the relative path also, I am not sure exact rational behind to redirect the relative to absolute path which is from history (not when we switched to route) [1]. May be Alex or John remember.

[1] https://github.com/openstack/nova/blob/stable/ocata/nova/api/openstack/compute/versionsV21.py#L59

We can support both /v2.1 and /v2.1/ and map those to 'GET': [version_controller, 'show'].

like this? - https://review.openstack.org/#/c/580544/2

Supporting that in backward compatible way can be discussed further.