When building a script that utilizes openstacksdk, I encountered a problem while filtering servers by compute host. According to the documentation[1], I need to refer to the Compute API to find the available query parameters. On the API docs, the proper query param is just `host` instead of compute_host. I raised a discussion in[2]. I'd like to know the maintainers' opinions on this, and the decisions made.

[1] https://docs.openstack.org/openstacksdk/latest/user/proxies/compute.html#server-operations
[2] https://bugs.launchpad.net/openstacksdk/+bug/2101016