forked from openstack/networking-generic-switch
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Synchronise master with upstream #106
Open
github-actions
wants to merge
9
commits into
stackhpc/master
Choose a base branch
from
upstream/master-2025-03-17
base: stackhpc/master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
As NGS inherits from neutron-lib's api.MechanismDriver, `connectivity` must be overridden, or it will return `portbindings.CONNECTIVITY_LEGACY`, rather than what we want, `CONNECTIVITY_L2`. Fixes-Bug: #2097803 Change-Id: I0c9ba7942d6e7c01f6ca77a49ae8fe447db30baf
Detect and raise port configuration failures when attempting to configure a port on a Dell Force10 switch that's not in Layer-2 mode, preventing incorrect port binding. Closes-Bug: #2100641 Change-Id: I9e86d1bb5004c9a2e8a984e54edc15e96bb52310
With this patch ngs starts supporting attaching of trunk port to baremetal server. Only VLAN Neutron network is supported. Closes-Bug: #1653968 Co-Authored-By: Vasyl Saienko <[email protected]> Co-Authored-By: Will Szumski <[email protected]> Co-Authored-By: Mark Goddard <[email protected]> Co-Authored-By: Seunghun Lee <[email protected]> Depends-On: https://review.opendev.org/c/openstack/ironic/+/941023 Change-Id: I978cb6b1ea8c049b40aaf1b305d0d0f033282299
Change-Id: Id8b90b1a4c2dca244d039bbdffd6030ed99cc1af
Sanitize error messages generated by Netmiko on the event of a connection failure and redact sensitive information before it's propagated. Currenly, when a connection to a network device fails, sensitive information such as IP address, username, etc, are logged alongise the error message. Closes-Bug: #2100566 Change-Id: I124d44f161e3116ec2588617ed98d559f6fe3b1f
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.