Synchronise master with upstream#123
Merged
priteau merged 3 commits intostackhpc/masterfrom Jun 24, 2025
Merged
Conversation
When neutron changed to using uwsgi only, it automatically excluded configuration parameters needed to supply configuration to launch ML2 plugins in the standard style of devstack, because the pattern only allowed for auto-configuration which only loads two files, or from a files in a single directory pattern, or a list of files supplied by environment variable. Ideally, we'd be able to restart neutron as well. We can't due to when things happen upstream; the post-config phase is not always late enough since neutron does some configuration there, the extra phase is too late as Ironic will be setting up nodes there. For now, we're relying on a race condition that we reliably win. Change-Id: I5cfd1fc247043ede9b71252ee681ce2ca413ede6 Signed-off-by: Jay Faulkner <jay@jvf.cc>
Change-Id: I593a0c44b4ad3638875bc6959a3aea8feebdba0e
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains a snapshot of master from upstream master.