Load Balancing as a Service (LBaaS) for OpenStack
Go to file
Aishwarya Thangappa 298fd45380 Fixes the SNI issues in master(mitaka) for octavia
1. Fixes the mismatch between the tls_container_id lengths in neutron.lbaas_sni
and octavia.sni tables.
2. Fixes the syntax error in cert_parser.py field. (tls_container.id => tls_container_id)
3. Removes the certs['sni_certs'] parameter from the rest_api_driver.py as it gets wrongly
assigned to socket_path parameter in the jinja_cfg.py file.
4. Modifies the sample_configs to make the unit tests work with the above changes.

Change-Id: I8fe5854ef2dc508e37a368294c44eef63b5bccba
Closes-Bug: #1520990
2016-03-23 19:31:10 -07:00
bin Implement UDP heartbeat sender and receiver 2015-09-09 06:48:24 +00:00
client Initial directory skeleton 2014-09-04 15:28:10 -06:00
devstack Merge "Make GIT_REPO can be configured" 2016-03-23 17:49:08 +00:00
diskimage-create Add VHD support in DIB 2016-03-11 10:31:55 -06:00
doc/source Single-Create Documentation 2016-03-10 17:37:13 -06:00
elements Make SSH bind to management net only 2016-03-04 13:58:33 -08:00
etc Merge "Add CA Cert file config option to validate against SSL endpoints" 2016-03-09 21:14:16 +00:00
octavia Fixes the SNI issues in master(mitaka) for octavia 2016-03-23 19:31:10 -07:00
releasenotes Update release notes for Mitaka release 2016-03-15 20:09:20 +00:00
specs glance: support relying on tags to extract image id 2016-03-01 20:43:33 +01:00
specs-tests Fix ups so pbr and setup works 2015-04-23 16:04:27 -05:00
tools Initial directory skeleton 2014-09-04 15:28:10 -06:00
.coveragerc Fix a typo in the .coveragerc file 2015-09-29 17:37:35 +00:00
.gitignore Add reno for release notes management 2015-12-04 14:42:32 -06:00
.gitreview Update .gitreview file for project rename 2015-06-12 23:12:30 +00:00
.testr.conf Initial directory skeleton 2014-09-04 15:28:10 -06:00
CONSTITUTION.rst Hacking fixes in CONSTITUTION, ROADMAP, & HACKING 2014-08-16 00:13:00 -05:00
HACKING.rst Add hacking check to ensure not use xrange() 2016-03-11 07:49:25 -06:00
LICENSE Populate repository with common initial files 2014-07-02 20:30:14 -07:00
MANIFEST.in Populate repository with common initial files 2014-07-02 20:30:14 -07:00
README.rst Update some release related texts 2015-10-01 23:58:03 +00:00
doc-requirements.txt Revert "Add Pillow to docs-requirements.txt" 2015-10-25 22:40:27 +11:00
requirements.txt Use rfc3986 module for URL validations 2016-03-09 16:11:42 -08:00
setup.cfg Delete SSH amphora driver 2016-02-17 13:51:11 -08:00
setup.py Updated from global requirements 2015-09-17 12:15:32 +00:00
test-requirements.txt Add bandit baseline to tox 2016-03-03 22:42:15 +00:00
tox.ini Add bandit baseline to tox 2016-03-03 22:42:15 +00:00

README.rst

Octavia

Latest Version

Downloads

Operator-grade open source scalable load balancer.

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.