Hi,
To get the installed Openstack version is not easy as all the components (Nova, Neutron, Glance, Keystone ....etc) has different version.
One way can be to check the Nova microversion:
https://docs.openstack.org/nova/latest/reference/api-microversion-history.html

In my env I fetched a token from keystone, and fetched the microversions from Nova API:
$ export TOKEN="$( openstack token issue -f value -c id )"
$ curl -s -H "X-Auth-Token: $TOKEN" http://127.0.0.1:80/compute/v2.1/
....
"version" : "2.96"
}
You can check the above page for the version of your environment.

Best wishes
Lajos Katona (lajoskatona)

Manohar Kundapura (makundap) <makundap@cisco.com> ezt írta (időpont: 2024. nov. 15., P, 6:56):

Hi All,

 

Looking for the steps to find out which release/version of OpenStack from the below link, is installed on a Server.

 

https://releases.openstack.org/

 

Thanks,

Manohar