Gregory Thiemonge 333f035ed2 Fix DB deadlock in quotas
There's a potential deadlock when creating the first LB in a new
project. The query that creates an empty quota object for the project
may have triggered a deadlock in the DB, this deadlock should have been
handlded by an oslo_db.api.wrab_db_retry decorator but the decorated
function was incorrect called: the DB session must begin in the
decorated function and not in the caller.
If begin is called by the caller, in case of retry sqlalchemy will
complain that the session was not correctly restarted after a rollback.

Closes-Bug: #2038798
Change-Id: Iec1f8f8f61d77640d4a33d7ffb62925f7e860286
2023-11-13 11:40:03 +01:00
2023-05-23 09:49:25 +02:00
2023-10-30 10:40:46 +01:00
2023-11-13 11:40:03 +01:00
2023-05-23 09:49:25 +02:00
2023-11-02 12:07:11 +01:00
2023-10-06 15:02:46 +02:00
2023-04-05 09:23:06 +02:00
2022-08-21 17:04:58 +02:00
2019-04-19 19:36:42 +00:00
2022-09-29 13:18:26 +02:00
2023-02-03 09:05:17 +01:00
2019-09-19 13:12:37 -07:00
2022-03-23 10:00:47 +01:00
2022-09-29 13:18:26 +02:00
2023-11-02 12:07:11 +01:00
2017-03-02 11:50:57 +00:00
2022-05-06 15:04:52 +02:00

Team and repository tags

image

Octavia

Latest Version

Octavia is an operator-grade open source scalable load balancer for use in large OpenStack deployments.

Octavia provides the load balancing API for OpenStack. It supports multiple "provider drivers" that implement load balancing, including the "amphora" reference driver included with Octavia.

Octavia is distributed under the terms of the Apache License, Version 2.0. The full terms and conditions of this license are detailed in the LICENSE file.

Project resources

Developer documentation for the Octavia project is available at https://docs.openstack.org/octavia/latest/

Release notes for the Octavia project are available at https://docs.openstack.org/releasenotes/octavia/

The project source code repository is located at https://opendev.org/openstack/octavia

Project status, bugs, and requests for feature enhancements are tracked on https://launchpad.net/octavia

For more information on project direction and guiding principles for contributors, please see the CONSTITUTION.rst file in this directory, or specifications in the specs/ sub-directory.

The project roadmap is available at https://wiki.openstack.org/wiki/Octavia/Roadmap

External Resources

S
Description
Load Balancing as a Service (LBaaS) for OpenStack
Readme 103 MiB
Languages
Python 97.6%
Shell 1.8%
Jinja 0.6%