Comment 1 for bug 1166957

Revision history for this message
James Li (james-li-3) wrote :

A similar problem was reported in Nova:

https://bugs.launchpad.net/nova/+bug/865585

But after applying the patch, it seems not work perfectly for Glance, the following is the output of the functional test:

request: '/v1.1'

response:
{'status': '302', 'content-length': '0', 'location': 'http://127.0.0.1:40738/v1.1/v1/', 'date': 'Tue, 09 Apr 2013 18:42:25 GMT', 'content-type': 'text/plain; charset=utf8', 'x-openstack-request-id': 'req-54153ed3-db43-4323-82d0-5e96b8f1d0cb'}

I got a duplicate version string as '/v1.1/v1/'. Working on a patch for that now.