How to find the openstack version

Asked by Rajesh Rajaraman

 Do we have any cli/api to check openstack development version..i mean whether my system is installed with Havana or grizzly and what release has been installed.?

Question information

Language:
English Edit question
Status:
Answered
For:
Cisco Openstack Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Chris Ricker (chris-ricker) said :
#1

Look at the versions of the OpenStack packages, such as

dpkg -l | grep nova-common

Revision history for this message
Subramani Ramanathan (subramani95) said :
#2

Get the version number from a OpenStack package and then check corresponding release name for the version.

For example (RPM based distros),
# rpm -qa | grep nova-common
openstack-nova-common-2014.1.1-3.el6ost.noarch

Here the version number is '2014.1' for which the release name is 'Icehouse'. Refer the below link for release names to version numbers.

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

Revision history for this message
weezer su (weezer-su) said :
#3

nova-manage version

Can you help with this problem?

Provide an answer of your own, or ask Rajesh Rajaraman for more information if necessary.

To post a message you must log in.