Load Balancing as a Service (LBaaS) for OpenStack
Go to file
Stephen Balukoff 4269af4da8 Fix dependency on googlechart for graphviz
The initial commit to allow graphviz images in documentation used
a sphinx extension relying on googlechart (which just sends the .dot files
to a google API and let's them render it). It turns out google's
implementation of the .dot renderer is quite out of date, and there's a
better module we can include which doesn't rely on this third party service
anyway.

Change-Id: I2bd10dc68d1d108af6bbf7f0e3871642f294eb8c
2014-08-01 20:33:25 -07:00
doc/source Fix dependency on googlechart for graphviz 2014-08-01 20:33:25 -07:00
octavia Populate repository with common initial files 2014-07-02 20:30:14 -07:00
specs Populate repository with common initial files 2014-07-02 20:30:14 -07:00
specs-tests/tests Populate repository with common initial files 2014-07-02 20:30:14 -07:00
.gitignore Populate repository with common initial files 2014-07-02 20:30:14 -07:00
.gitreview Added .gitreview 2014-06-19 22:47:16 +00:00
.testr.conf Populate repository with common initial files 2014-07-02 20:30:14 -07:00
HACKING.rst Populate repository with common initial files 2014-07-02 20:30:14 -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 Populate repository with common initial files 2014-07-02 20:30:14 -07:00
requirements.txt Fix dependency on googlechart for graphviz 2014-08-01 20:33:25 -07:00
setup.cfg Populate repository with common initial files 2014-07-02 20:30:14 -07:00
setup.py Populate repository with common initial files 2014-07-02 20:30:14 -07:00
test-requirements.txt Populate repository with common initial files 2014-07-02 20:30:14 -07:00
tox.ini Populate repository with common initial files 2014-07-02 20:30:14 -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.