Go to file
Artem Goncharov 3bc9e13176 Finalize openstack_sdk crate features work
Finishing work on introducing features in the sdk/cli it is necessary to
populate sync/async feature macros already in templates. Since this is
anyway causing major regeneration pull object-store (the sdk part) and
fix new issues (caused by sequential updates without mass regeneration -
to be fixed by introducing a separate job).

Change-Id: I4f69325cf31a1ab677b4da96bf2dc92f17e85637
2024-06-14 16:30:45 +02:00
2024-03-06 10:07:54 +00:00
2024-06-13 10:13:22 +02:00
2024-03-06 10:07:54 +00:00
2024-06-13 11:02:58 +02:00
2024-03-06 10:07:54 +00:00
2024-03-01 14:43:11 +00:00
2024-03-06 10:07:54 +00:00
2024-03-06 10:07:54 +00:00
2024-03-06 10:07:54 +00:00
2024-04-22 18:44:27 +02:00
2024-03-06 10:07:54 +00:00
2024-03-06 10:07:54 +00:00
2024-03-06 10:07:54 +00:00
2024-06-13 11:02:58 +02:00

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
Generate OpenAPI of API bindings for OpenStack services
Readme 2.9 MiB
Languages
Python 87.9%
Jinja 10.8%
Shell 1.3%