Go to file
Gregory Thiemonge 8409c06cda Fix SQLAlchemy warning about conflict relationship with Tags
SQLAlchemy shows a warning about a conflict with a relationship with the
Tags object:

  SAWarning: relationship '<Obj1>._tags' will copy column <obj1>.id to
  column tags.resource_id, which conflicts with relationship(s):
  '<Obj2>._tags'

Remove this warning by using the overlaps [0] keyword in the definition
of the relationship.

[0] https://docs.sqlalchemy.org/en/20/orm/relationship_api.html#\
    sqlalchemy.orm.relationship.params.overlaps

Change-Id: I1a9a9177cafb8c52f13a646b12cff1c35afd8679
2023-02-27 17:23:37 +01:00
2022-09-27 08:52:46 +00:00
2022-12-09 17:12:29 +01:00
2022-09-30 09:18:00 +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
2017-03-02 11:50:57 +00:00
2022-05-06 15:04:52 +02:00
2023-01-10 14:24:16 +01: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://storyboard.openstack.org/#!/project/openstack/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

Description
Load Balancing as a Service (LBaaS) for OpenStack
Readme 99 MiB
Languages
Python 97.5%
Shell 1.9%
Jinja 0.6%