Skip to content

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Jan 8, 2024

This PR contains a snapshot of yoga from upstream.

mtomaska and others added 3 commits December 9, 2023 03:18
Both metadata agents (OVN and non-OVN) should handle
process exceptions when spawning haproxy processes
such that the agent can continue its operation for
other haproxy processes.

Closes-Bug: #2033305
Change-Id: I6da1b135c83ecfc41ec91e907ebf8500325a7a80
(cherry picked from commit 4698dd8)
This method populates the SG rules in a dictionary. Each SG rule
inherits the "stateful" value of the SG. Prior to this patch, each
SG rule was isuing a database call to retrieve the SG register.

In this patch, the SG "stateful" retrieval is done in one database
query for all SG. That improves the performance of this method
reducing the database access to only one single call.

This improvement, as commented in the LP bug, affects to
ML2/LinuxBridge. ML2/OVS agent uses a cached RPC implementation
that not requires to perform any RPC call/database query.

Conflicts:
    neutron/objects/securitygroup.py

Closes-Bug: #2045950
Change-Id: Iafd0419a1d1eeb25d5589edc2570ebf287450957
(cherry picked from commit 6b6abb9)
@github-actions github-actions bot requested a review from a team as a code owner January 8, 2024 08:23
@github-actions github-actions bot added automated Automated action performed by GitHub Actions synchronisation labels Jan 8, 2024
@mnasiadka mnasiadka merged commit d6fe9ff into stackhpc/yoga Jan 8, 2024
@mnasiadka mnasiadka deleted the upstream/yoga-2024-01-08 branch January 8, 2024 08:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automated Automated action performed by GitHub Actions synchronisation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants