Load Balancing as a Service (LBaaS) for OpenStack
Go to file
Michael Johnson 3a91370d38 Fix a typo in the .coveragerc file
Coverage now aborts the run when the configuration file has unknown
settings.  This patch fixes a typo in the .coveragerc file that
would cause coverage jobs to fail.

A global requirements change will also be necessary to exclude
version 4.0 of coverage as it causes tests to fail that
do not fail outside of coverage or with earlier versions.
Tracked here: https://review.openstack.org/#/c/228581/

Global requirements changes come in as separate patches, so
I am not creating a dependency. 

Change-Id: Ifbbf2096303770e393e666e3562c83d863e82f15
2015-09-29 17:37:35 +00: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 Don't build amphora image if one is available 2015-09-18 03:44:30 +00:00
diskimage-create Adds policy based routing for the amphora 2015-08-05 17:27:56 +00:00
doc/source Plug vip and networks by port mac address 2015-09-09 01:58:19 +00:00
elements Implement UDP heartbeat sender and receiver 2015-09-09 06:48:24 +00:00
etc Make keystone verify configurable 2015-09-17 11:30:51 -05:00
octavia Merge "Make keystone verify configurable" 2015-09-18 22:35:22 +00:00
specs Adding amphora failover flows 2015-09-09 06:04:47 +00: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 Implementation for bp/api-to-oslo-messing-handler 2015-04-08 21:46:54 +00: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 Fixing a couple minor terminology errors 2015-08-03 15:24:01 -07: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 Move roadmap to wiki 2015-09-15 20:19:26 -07:00
doc-requirements.txt Add the config file for nova compute drive 2015-03-24 13:48:36 -07:00
openstack-common.conf Sync with oslo-incubator, tweak as needed 2015-03-30 18:06:47 -06:00
requirements.txt Updated from global requirements 2015-09-17 12:15:32 +00:00
setup.cfg Enable automatic sample config generation 2015-08-28 11:29:19 +02:00
setup.py Updated from global requirements 2015-09-17 12:15:32 +00:00
test-requirements.txt Removing unused dependency: discover 2015-08-28 20:11:50 +05:30
tox.ini Move roadmap to wiki 2015-09-15 20:19:26 -07:00

README.rst

Octavia

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.