Load Balancing as a Service (LBaaS) for OpenStack
Go to file
Christian Berendt e82b64e9f2 Stop using intersphinx
Remove intersphinx from the docs build as it triggers network calls that
occasionally fail, and we don't really use intersphinx (links other
sphinx documents out on the internet)

This also removes the requirement for internet access during docs build.

This can cause docs jobs to fail if the project errors out on
warnings.

Change-Id: Id2b52d22e7c946d75f421a8f731889d5afc34b9d
Related-Bug: #1368910
2014-09-25 10:20:34 +02:00
client Initial directory skeleton 2014-09-04 15:28:10 -06:00
doc/source Stop using intersphinx 2014-09-25 10:20:34 +02:00
etc Initial directory skeleton 2014-09-04 15:28:10 -06:00
octavia Initial creation of db models, modules, and tests 2014-09-19 14:06:36 -05:00
specs Added Operator API spec for Octavia v0.5 2014-09-18 01:53:31 -05:00
specs-tests/tests Documenting project direction and design 2014-08-02 17:08:10 +00:00
tools Initial directory skeleton 2014-09-04 15:28:10 -06:00
.gitignore Adding a couple files to .gitignore 2014-08-01 23:03:01 -07:00
.gitreview Added .gitreview 2014-06-19 22:47:16 +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 Hacking fixes in CONSTITUTION, ROADMAP, & HACKING 2014-08-16 00:13:00 -05: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
openstack-common.conf Initial directory skeleton 2014-09-04 15:28:10 -06:00
README.rst Documenting project direction and design 2014-08-02 17:08:10 +00:00
requirements.txt Initial migration for database structure 2014-09-09 11:40:46 -05:00
ROADMAP.rst Hacking fixes in CONSTITUTION, ROADMAP, & HACKING 2014-08-16 00:13:00 -05:00
setup.cfg Initial directory skeleton 2014-09-04 15:28:10 -06:00
setup.py Populate repository with common initial files 2014-07-02 20:30:14 -07:00
test-requirements.txt Initial creation of db models, modules, and tests 2014-09-19 14:06:36 -05:00
tox.ini Initial directory skeleton 2014-09-04 15:28:10 -06:00

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 the ROADMAP.rst file for our project roadmap.