Comment 4 for bug 850685

Revision history for this message
Brian Waldon (bcwaldon) wrote :

I would check what management url Keystone is returning. It will override the default doc root of '/v1'. Can you show the output of an authentication request to your Keystone server?

It looks like your sample data has a bad glance endpoint (see line 37 in your paste). Using v1.1 will cause a multiple choices response.

Jay: I don't really want to code real 300-handling into glance client. It should only know how to speak one major (possibly minor) version of the api. The only 300 handling I would want to do is to present it as a client-side error (requesting an unsupported version).