diff --git a/README.rst b/README.rst index f9852cf..1ab8e21 100644 --- a/README.rst +++ b/README.rst @@ -12,12 +12,27 @@ running. The generator then tries to initialize the service application and for supported services scans for the exposed operations. At the moment the following services are covered: -- Nova -- Neutron - Cinder +- Designate - Glance +- Ironic - Keystone +- Magnum +- Manila +- Neutron +- Nova - Octavia +- Placement + +In addition to building OpenAPI specs `CodeGenerator` is also used to build +SDK, CLI and TUI in Rust for OpenStack. Those live currently in `this GitHub +repository `_. + +.. note:: + + CodeGenerator is not intended to be used outside of OpenStack context (while + maybe it will even work). It is used primarily in the automatic pipelines. + For this reason it is not published to the PyPy. Getting started ---------------