How to get openstack version using Horizon or Openstack client?

sauumum picture sauumum · Jul 13, 2018 · Viewed 9.6k times · Source

How to get OpenStack version using Horizon or OpenStack client?

When I ran the command openstack --version, I got below output :

openstack 3.15.0

Now from this, how we can get which relesae of openstack it is e.g. newton, kilo?

Another question, if I have access to Horizon dashbord, is it possible to get the version of openstack from UI?

Answer

spoorthi vaidya picture spoorthi vaidya · May 14, 2019

nova-manage --version will give you the OpenStack version. The output will be a number which corresponds to letter in the alphabet. For example if output is 18 then its OpenStack ROCKY Version, since 18 corresponds to 18th letter in the alphabet.

17- Queen 
18- Rocky
19- Stein