API call to Fetch the Version of Openstack Components.
Problem
What API call to use to fetch the version of major OpenStack components:
- Nova
- Glance
- Cinder
- Neutron
- Keystone
- Ceilometer
- Heat
- Glance
Having major versions would help customers evaluate any bugs that their clients may run into before opening a support case.
Environment
- Platform9 Managed OpenStack - v5.0 and Higher
Procedure
The curl command below returns the versions of the Openstack components:
//FQDN/clarity/versions.json
{
"openstack": {
"Nova": "Ussuri 21.2.1",
"Neutron": "Ussuri 16.3.2",
"Glance": "Stein 18.0.1",
"Cinder": "Stein 14.0.3",
"Keystone": "Stein 15.0.1",
"Heat": "Rocky 11.0.2",
"Murano": "Rocky 6.0.0"
}
}
Additional Information
This feature is not available in the current releases, will be available in the upcoming release.
Was this page helpful?