![Rodolfo Alonso](/assets/img/avatar_default.png)
StandardAttribute
` load method to "selectin""
This reverts commit 7f702af482b6b47f2fe74a8b475fb2a23cb5f7a4. Reason for revert: this patch was introduced to make the database produced code compatible with PostgreSQL. During this cycle we dropped the support for this backend. This patch is probably introducing a race condition when retrieving the port standard attributes because these are retrieved in a second SQL query (lazy='selectin'). In order to keep a healthy database engine, supporting MariaDB/MySQL, it is better to retrieve the selected field in the ``port`` retrieval query instead of issuing a delayed second one. Closes-Bug: #2093258 Change-Id: Ida5afffb808597aa09cc62984b36189a8bf409a0
Team and repository tags
neutron-lib
Neutron shared routines and utilities
- Free software: Apache license
- Documentation: https://docs.openstack.org/neutron-lib/latest/
- Source: https://opendev.org/openstack/neutron-lib
- Bugs: https://bugs.launchpad.net/neutron
- Release notes: https://docs.openstack.org/releasenotes/neutron-lib/
Features
- TODO
Description
Languages
Python
97.4%
PHP
2.2%
Shell
0.4%