This is one of those really weird things about how the / versions API works. It attempts to imply that anything that you are fetching which isn't in the top root might be a real url but doesn't verify it
https://github.com/openstack/nova/blob/d761ba3bd4474fdca6740d6aed3331aa433a8b4a/nova/api/openstack/compute/versions.py#L89
I kind of thing the real answer here is to 404 on the random urls, as they don't really provide any real detail. Proposing a WIP patch that does that.
This is one of those really weird things about how the / versions API works. It attempts to imply that anything that you are fetching which isn't in the top root might be a real url but doesn't verify it
https:/ /github. com/openstack/ nova/blob/ d761ba3bd4474fd ca6740d6aed3331 aa433a8b4a/ nova/api/ openstack/ compute/ versions. py#L89
I kind of thing the real answer here is to 404 on the random urls, as they don't really provide any real detail. Proposing a WIP patch that does that.