如何知道 Openstack 3.18 Stein 版本中包含哪个版本的 Neutron?

How to know which version of Neutron is included in Openstack 3.18 Stein release?

我有一段不适用于 Kilo 版本的代码片段。我知道Openstack版本,现在我愿意知道step/s来获取neutron版本。

3.18是openstack命令行客户端的版本,不是OpenStack的版本

several possible Neutron versions in Stein, all starting with 14. To obtain the precise version, either check the Python code or run neutron-db-manage version --verbose on a controller (see the documentation 个关于此命令的信息。

没有 API 提供已部署软件的版本。您可以通过向裸 Neutron 端点发送 HTTP GET 来获得 API 版本 ,例如curl http://example.com:9696.

虽然我不能保证任何事情(可能很难找到用于检查的 Kilo 安装),但请随时在此处发布您的代码,说明哪些在哪个版本中有效,哪些无效。