<div>Hi all,</div><div><br></div><div>In the mitaka version, I used v2 RESTful API of keystone as following:</div><div><div>curl -i   -H "Content-Type: application/json"   -d '</div><div>{ "auth": {</div><div>    "tenantName": "admin",</div><div>    "passwordCredentials": {</div><div>        "username": "admin",</div><div>        "password": "password"</div><div>    }</div><div>}</div><div>}'   http://10.240.227.7:35357/v2.0/tokens ; echo</div></div><div><br></div><div>But the result shows: {"error": {"message": "The request you have made requires authentication.", "code": 401, "title": "Unauthorized"}}. But the v3 of keystone works normaly.</div><div>Is v2 of keystone not supported in mitaka or something else config I config wrong?</div><div><br></div><div>Sincerely!</div><div>Kenny Ji</div>