Comment 3 for bug 1166957

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to glance (master)

Reviewed: https://review.openstack.org/26812
Committed: http://github.com/openstack/glance/commit/39477afb0e8f6060c44975fe6a67393a506a9dbe
Submitter: Jenkins
Branch: master

commit 39477afb0e8f6060c44975fe6a67393a506a9dbe
Author: James Li <email address hidden>
Date: Fri Apr 12 02:01:18 2013 +0000

    Redirects requests from /v# to /v#/

    Added an APIMapper to catch routemaps when the url is ''
    because routes.Mapper returns an error if this is the case
    but we want a redirect

    Refer to the Nova code at:
    https://review.openstack.org/#/c/886/

    Change-Id: I74011d14a02a3bc8767fab559ada4c2d82dc5d6e
    Fixes: bug #1166957