Fix an issue that prevents the Octavia API service to be correctly initialized when it fails to load a provider driver. When enabled_provider_drivers setting is not correctly configured (ex: if it contains a non existing driver) or when a provider driver fails to load, the exception was not caught by the Octavia API service, so the service was not properly configured and the whole Octavia API was unreachable. Now the Octavia API service skips the driver initialization in case of errors, removes the driver(s) from the enabled list, and the other provider drivers are functional. Story 2008710 Task 42044 Depends-on: https://review.opendev.org/c/openstack/octavia/+/964892 Change-Id: I34341e1aaad1524e3e0834309c5f6897f176af53 Signed-off-by: Zachary Raines <zachary.raines@canonical.com>
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://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
- 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.