Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

feat: add vpnaas under the neutron openapi spec #1

Merged
merged 2 commits into from
Dec 16, 2023
Merged

Commits on Dec 16, 2023

  1. feat: add vpnaas under the neutron openapi spec

    restructure neutron to allow multiple iteration with different configs.
    Since even that is immediately conflicting with regards to global
    oslo_config and oslo_policy make this as subprocesses to allow
    isolation. That seems the only fast enough way to deal with the issue
    without need to go into source code of oslo/neutron/pecan/paste that
    desperately want to cache everything possible.
    gtema committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    8adf254 View commit details
    Browse the repository at this point in the history
  2. feat: isolate openapi generators with multiprocessing

    Every service relies on oslo_config and oslo_policy. This leads to
    conflicts during generation, testing, etc. In order to save hairs on my
    head isolate them with multiprocessing.
    gtema committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    64f41a6 View commit details
    Browse the repository at this point in the history