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?
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