30 Nov
2023
30 Nov
'23
12:53 p.m.
How do I query the distribution versions of Nova and Neutron for openstack that have been configured? in generally that woudl be considerd a security risk you can infer the version form the api version if you curl the base path of any of the api thats the microversion end point
On Thu, 2023-11-30 at 11:51 +0000, qq597399721@163.com wrote: that will not tell you want exact package version is in use intentionally so you cannot use the info to an attack a know cve in an unpatched cloud.
I have tried using the "nova -- version" and "neutron -- version" commands, but the results of the commands show their CLI version, which is not their actual release version. I hope someone can help me find the correct command or path, thank you!