forked from openstack/networking-generic-switch
-
Notifications
You must be signed in to change notification settings - Fork 4
Synchronise master with upstream #124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
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 <[email protected]>
This eliminates one of the two implied ordering things we're relying on. We should now be OK if networking_generic_switch is configured before neutron. We are still relying on implied behavior of neutron services restarting sometime after our work in the post-config phase. Change-Id: I5a763b74ea349a74c66feca38ded46cda91d82a4
This removes explicit eventlet usages in NGS, enabling us to be compatible when neutron is done with their migration. Generated-By: claude-code Change-Id: I4ec319a19e8c27689babeef023eddb4f6e1dd918
Change-Id: I593a0c44b4ad3638875bc6959a3aea8feebdba0e
Adds a Sphinx directive to parse each file in the netmiko devices folder and return documentation containing the switch, command modules capable of being executed by the switch, and the CLI commands sent to the switch when the command module is selected. Change-Id: Ie49b158be44d517c82b8f6647096fd8ec6cc903c Signed-off-by: mumesan <[email protected]>
Convert port/timeout options from str to int/float, fixing type errors raised by ConnectHandler. Closes-Bug: #2110111 Change-Id: I9a4a1f857d2ace7c87cfbd6ed56356c1ed227caf Signed-off-by: Afonne-CID <[email protected]>
priteau
approved these changes
Jun 11, 2025
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.