How to check openstack version using REST API ?
It is similar to the question asked here but i am looking if there is any way to get the version information using the REST end points?
First time here? Check out the FAQ!
It is similar to the question asked here but i am looking if there is any way to get the version information using the REST end points?
You can use the openstack client to get a list of API version supported by your cloud but I don't think that those are necessarily going to reveal what version of each service is running behind them.
Why would you want to know anyway? In theory, as an end user, all you should care about are the capabilities offered to you, not the implementation details behind the curtains.
If you want to get the major version of the OpenStack (such as Kilo, Liberty), you can check the nova REST API for API version. The maximum version (called "version" in REST API) for Kilo is 2.3, for Liberty is 2.12, for Mitaka is 2.25 .
You can use this command to get nova release: nova-manage version
Yeah, in theory, you should only care about API version, but in practice, even slight package version mismatches can wreak havoc though... DAMHIKT
Asked: 2015-10-05 08:51:59 -0600
Seen: 3,315 times
Last updated: Jul 04 '16
how to find out which version of OpenStack is installed
I want to install an older version of juno 1:2014.2-0ubuntu1
using migarte_repo to establish version control
Need to know proper version for pike using kolla ansible deployment tool
RDO(Stein) supported Python version
Is there a command or method to know the openstack swift version? [closed]