The goal of this project is to provide an asynchronous API for HTTP requests
against OpenStack clouds. It provides support for various authentication
methods, service catalog queries, as well as for some OpenStack specific
concepts like microversions. The API is quite low level and does not provide
any ready-to-use objects (like Server
or Port
). Pagination is supported
but must be configured explicitly.
OpenStack releases starting with Train are officially supported, although support for releases older than 1.5 years is best-effort and may be dropped without a prior warning (it will not be considered a breaking change).
For a more high-level API see rust-openstack.
Similarly to OpenStack itself, this project is licensed under Apache-2.0.