06f67f442b
A commit [0] has changed the behavior of the task that waits for a compute server to be active. The task used to have a loop that was waiting until the server was active, it is now using a Retry feature in taskflow: the task throws an exception if the server is not active, taskflow marks the task as failed, but it retries to execute it later (until a max number of retries). The exception thrown by the task should be hidden to the user, it is not a real error, but it is part of the workflow. The exception is correctly filtered out when jobboard is enabled, but it is not when jobboard is disabled. [0] I174e63cfe176e1792d0bbcd348dbc9115544e297 Story https://storyboard.openstack.org/#!/story/2010369 Task 46595 Change-Id: I282fa6a4ce43f0d2cb9cba48b7149ef66ede44fc |
||
---|---|---|
api-ref/source | ||
bin | ||
devstack | ||
diskimage-create | ||
doc | ||
elements | ||
etc | ||
httpd | ||
octavia | ||
playbooks | ||
releasenotes | ||
specs | ||
specs-tests | ||
tools | ||
zuul.d | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.pylintrc | ||
.stestr.conf | ||
bindep.txt | ||
CONSTITUTION.rst | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
TESTING.rst | ||
tox.ini |
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.