1b992d1e12

The introduction of shared_pools broke one of the flows for assigning the listener peer_port. This went unnoticed for a little while since this is presently only used in active-standby topologies, and we don't have any scenario tests right now which exercise active-standby regularly. In looking to fix this flow, I realized that there's no reason we can't assign the listener peer_port when the listener object is created in the database. By doing this, we eliminate the need for a couple controller worker database tasks and simplify the listener creation flow. This patch, therefore, updates the repository code to assign the peer_port on listener creation, and eliminates the now redundant controller worker database tasks and simplifies the create listener flow. Change-Id: I0c15dfa154c7cd57f1626945bb76c0ac0b9de071 Closes-Bug: 1547233
Octavia
Operator-grade open source scalable load balancer.
- Free software: Apache license
- Documentation: http://docs.openstack.org/developer/octavia
- Source: http://git.openstack.org/cgit/openstack/octavia
- Bugs: http://bugs.launchpad.net/octavia/
The Octavia project seeks to become the standard operator-grade load balancer in use in large OpenStack deployments. Note that it is not competing with the Neutron LBaaS extension and may never actually replace it. Rather, Octavia should be seen as "yet another vendor" which is accessed via a driver for Neutron LBaaS.
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/ subdirectory. Other documentation can be found in the docs/ directory.
Please also see https://wiki.openstack.org/wiki/Octavia/Roadmap for the latest version of our project roadmap.
Description
Languages
Python
97.5%
Shell
1.9%
Jinja
0.6%