<div dir="ltr">If you hit keystone's root endpoint you should also get a list of versions in the response -- today that only includes /v2.0/<div><br></div><div><span style="font-family:arial,sans-serif;font-size:13px">  # curl </span><a href="http://127.0.0.1:5000/v2.0/" target="_blank" style="font-family:arial,sans-serif;font-size:13px">http://127.0.0.1:5000/</a><br>
</div></div><div class="gmail_extra"><br clear="all"><div><div><br></div>-Dolph</div>
<br><br><div class="gmail_quote">On Mon, Jan 28, 2013 at 3:07 AM, Ajiva Fan <span dir="ltr"><<a href="mailto:aji.zqfan@gmail.com" target="_blank">aji.zqfan@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
hello everyone,<br>
i'm wondering if there is any rest api for componnets' version info.<br>
<br>
i read the <a href="http://api.openstack.org/api-ref.html" target="_blank">http://api.openstack.org/api-ref.html</a> and find:<br>
1) keystone truly have a rest api for version info:<br>
# curl <a href="http://127.0.0.1:5000/v2.0/" target="_blank">http://127.0.0.1:5000/v2.0/</a><br>
{"version": {"status": "beta", "updated": "2011-11-19T00:00:00Z",...<br>
2) nova says it has, but sadly it does not work for essex<br>
# curl -H "X-Auth-Token:token-for-admin-tenant" <a href="http://127.0.0.1:8774/v2" target="_blank">http://127.0.0.1:8774/v2</a><br>
Authentication required<br>
# curl -H "X-Auth-Token:token-for-admin-tenant" <a href="http://127.0.0.1:8774/v2.0/" target="_blank">http://127.0.0.1:8774/v2.0/</a><br>
{"choices": [{"status": "CURRENT",<br>
so the document may point to folsom, and essex has little difference.<br>
<br>
there seems no rest api for glance and horizon, and no CLI for nova<br>
and horizon while CLI has glance --version and nova-manage version<br>
<br>
so my question is:<br>
1) is there any rest api for query components' version info in essex<br>
and folsom (beside keystone)?<br>
2) if not, will it be implemented in future?<br>
<br>
thanks for any help.<br>
<br>
_______________________________________________<br>
Mailing list: <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
Post to     : <a href="mailto:openstack@lists.launchpad.net">openstack@lists.launchpad.net</a><br>
Unsubscribe : <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
More help   : <a href="https://help.launchpad.net/ListHelp" target="_blank">https://help.launchpad.net/ListHelp</a><br>
</blockquote></div><br></div>