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

Conversation

gtema
Copy link
Owner

@gtema gtema commented Dec 15, 2023

restructure neutron to allow multiple iteration with different configs. This is sadly failing dramatically due to the use of oslo_config with no visible possibility how to actually properly reset everything.

For now just add vpnaas extension directly to the base neutron

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.
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 gtema merged commit caad17d into main Dec 16, 2023
@gtema gtema deleted the neutron-vpnaas branch December 16, 2023 17:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant