[Openstack] python-keystoneclient (2.3.1-2) make wrong URI call for keystone api V3

Adam Young ayoung at redhat.com
Mon Jun 27 22:32:42 UTC 2016


On 06/24/2016 03:16 AM, Soputhi Sea wrote:
>
> Hi,
>
>
> I'm using Mitaka release (the very latest public release one from 
> Jun-02), and i'm having issue with List Project in Horizon. In my case 
> i have multiple projects created and when i login to Horizon the drop 
> down list of project (on the top left corner) doesn't list properly, 
> it only list one project only. And as I use Apache wsgi as a service 
> instead of keystone python web service, i checked apache log and here 
> is what i found
>
>
>  [23/Jun/2016:17:09:37 +0700] "GET /v3/tenants HTTP/1.1" 404 93 "-" 
> "python-keystoneclient"
>  [23/Jun/2016:18:47:18 +0700] "POST /v3/tokens HTTP/1.1" 404 93 "-" 
> "keystoneauth1/2.4.1 python-requests/2.10.0 CPython/2.7.5"
>
> You can see here the URI "/v3/tenants" should be "/v2.0/tenants" or 
> "/v3/projects" (i think)
>
> and /v3/tokens should be "/v2.0/tokens" or "/v3/auth/tokens"
>
>
> So i wonder if this is a bug in the python-keystoneclient or is there 
> any configuration i can do to force the client/keystone/horizon to use 
> a proper URI call?
>
>
> As a side, i applied a workaround to fix this issue by creating a 
> redirect rule in apache as follow
>
> RewriteEngine on
> Redirect /v3/tenants /v2.0/tenants
> Redirect /v3/tokens /v2.0/tokens

Set the API version explicitly to 3. It looks like the AuthURL is set to 
/v3 and the API version to 2.0

>
> Thanks in advance for any help.
>
> Puthi
>
>
>
>
> _______________________________________________
> Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
> Post to     : openstack at lists.openstack.org
> Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20160627/2e95ffa3/attachment.html>


More information about the Openstack mailing list