<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p><br>
</p>
<div style="color: rgb(0, 0, 0);">
<div>
<div id="divtagdefaultwrapper" style="font-size:12pt; color:#000000; background-color:#FFFFFF; font-family:Calibri,Arial,Helvetica,sans-serif">
<p><span style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt">Hi,</span><br>
</p>
<div style="color:rgb(0,0,0)">
<div>
<div id="divtagdefaultwrapper" style="font-size:12pt; color:#000000; background-color:#FFFFFF; font-family:Calibri,Arial,Helvetica,sans-serif">
<p><br>
</p>
<p>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</p>
<p><br>
</p>
<p></p>
<div> [23/Jun/2016:17:09:37 +0700] "GET /v3/tenants HTTP/1.1" 404 93 "-" "python-keystoneclient"</div>
<div> [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"</div>
<br>
<p></p>
<p>You can see here the URI "/v3/tenants" should be "/v2.0/tenants" or "/v3/projects" (i think)</p>
<p>and <span style="font-family:Calibri,Arial,Helvetica,sans-serif,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Segoe UI Symbol","Android Emoji",EmojiSymbols; font-size:16px">/v3/tokens should be "/v2.0/tokens" or "/v3/auth/tokens"</span></p>
<p><br>
</p>
<p>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?</p>
<p><br>
</p>
<p>As a side, i applied a workaround to fix this issue by creating a redirect rule in apache as follow</p>
<p></p>
<div>RewriteEngine on</div>
<div>Redirect /v3/tenants /v2.0/tenants</div>
<div>Redirect /v3/tokens /v2.0/tokens</div>
<br>
<p></p>
<p>Thanks in advance for any help.</p>
<p>Puthi</p>
<p><br>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>