8a6780173658b471316b3b8437bae491166ae89e
There might be a decorator explicitly stating the schema is empty meaning there is no body (this is different from schema with type "null"). In order to differentiate the empty schema from not set add a similar Sentinet `UNSET` as in OpenStackSDK and generate dummy schemas only when the schema is really unknown. Change-Id: I72434afea54af9aa6df205a27a8d66765bb0ffd7
OpenStack CodeGenerator
Primary goal of the project is to simplify maintainers life by generating complete or at least parts of the code.
OpenApi Schema
CodeGenerator is able to generate OpenAPI specs for certain services by inspecting their code. This requires service package being installed in the environment where the generator is running. It then tries to initialize service application and for supported runtimes scans for the exposed operations. At the moment following services are covered:
- Nova
- Neutron
- Cinder
- Glance
- Keystone
- Octavia
Description
Languages
Python
88%
Jinja
10.7%
Shell
1.3%