Skip to content
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

Use the "connectivity" property of "MechanismDriver" for l2 connectivity support #123

Merged
merged 1 commit into from
Aug 11, 2023

Conversation

notandy
Copy link
Collaborator

@notandy notandy commented Jul 3, 2023

Adapation of https://opendev.org/openstack/neutron/commit/0fe6c0b8ca8a5704242766472d94d5ca86832363
for 3rd party drivers.

The base class "MechanismDriver" now has a property called
"connectivity". This patch overrides the default value in the out-of-tree drivers.

The method "_check_drivers_connectivity" now uses this property
that is available in all drivers.

…ity support

Adapation of https://opendev.org/openstack/neutron/commit/0fe6c0b8ca8a5704242766472d94d5ca86832363
for 3rd party drivers.

The base class "MechanismDriver" now has a property called
"connectivity". This patch overrides the default value in the out-of-tree drivers.

The method "_check_drivers_connectivity" now uses this property
that is available in all drivers.
@sebageek sebageek merged commit 4211d5a into stable/yoga-m3 Aug 11, 2023
3 checks passed
@sebageek sebageek deleted the l2-connectivity branch August 11, 2023 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants