
A recent commit [0] sets log_opt_values to INFO in order to display config options even if DEBUG is not enabled, but it makes our functional tests 3 times slower because each api test dumps the configuration. Mock log_opt_values in our API functional tests to speed up the execution of the tests. $OS_AUTH_URL was previously used to configure the service_auth.auth_url setting in octavia.conf but this env var was removed from devstack in [1]. Switch to $KEYSTONE_SERVICE_URI which was used to set OS_AUTH_URL. [0] https://review.opendev.org/c/openstack/octavia/+/792697 [1] I86ffa9cd52454f1c1c72d29b3a0e0caa3e44b829 Change-Id: Ib9123365079502093b355db3430a98928a3a16d1
Team and repository tags
Octavia
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
- Octavia Wiki: https://wiki.openstack.org/wiki/Octavia
- For help on usage and hacking of Octavia, please send an email to OpenStack-dev Mailing List <mailto:openstack-discuss@lists.openstack.org> with [Octavia] tag.