cancel
Showing results for 
Search instead for 
Did you mean: 
AhmedIbrahim
Flight Engineer Flight Engineer
Flight Engineer
  • 13.4K Views

How to find out which version of RHOSP is installed?

Hi Community,

I would like to know if there is a way, for example a command, to find out which RHOSP version is installed.

I understand that the command "openstack --version" gives the version of the unified CLI client rather than the OpenStack version itself.

Moreover, I'm not looking for the version of each individual component (e.g. Nova, Neutron, etc.), rather I'm looking for the version of the OpenStack collectively, e.g. RHOSP 10, 13, etc. or Newton, Queens, etc.

Thank you,

Regards,

Ahmed Ibrahim

Labels (3)
Tags (3)
5 Replies
  • 13.4K Views

You can check which version of the nova-common package you're running and then match that with the versions of this link

The CLI command:

rpm -qi openstack-nova-common

https://wiki.openstack.org/wiki/Releases

Regards,

Tags (1)
phil_85
Mission Specialist
Mission Specialist
  • 13.4K Views

such and important question when you start diving into the depths of online documentation :) thanks for this!

 

venkatar
Cadet
Cadet
  • 12K Views

on the Director, you can view it from thiis file

 

# cat /etc/rhosp-release
Red Hat OpenStack Platform release 13.0.5 (Queens)

which is managed by the rpm

# rpm -qf /etc/rhosp-release
rhosp-release-13.0.5-1.el7ost.noarch

SakthiVz
Cadet
Cadet
  • 215 Views

If we do not have access to director node, how to check the version as a user of openstack ? 

Chetan_Tiwary_
Community Manager
Community Manager
  • 184 Views

@SakthiVz I think  it can be obtained by inspecting the oscp resource.

0 Kudos
Join the discussion
You must log in to join this conversation.