Load Balancing as a Service (LBaaS) for OpenStack
Go to file
Brandon Logan a48ccb03fb Fix ups so pbr and setup works
Moved octavia/bin directory to octavia/octavia/cmd and renamed octavia-api to
api.py.  This follows the new strucutre most openstack projects are doing.
Also implemented octavia-api being built when doing setup install.

Had to remove the octavia/tests/specs symlink because pbr did not like it and
would not allow anything to be built. Also found out the test_titles test was
not being run on the specs, so that has been added as a separate tox
environment.

Change-Id: I92f2bc6eaa346983f7a2479dc9fa43d2040f2cd5
2015-04-23 16:04:27 -05:00
client Initial directory skeleton 2014-09-04 15:28:10 -06:00
diskimage-create Updating the disk image builder code 2015-04-10 21:03:17 +00:00
doc/source Adds plug VIP and plug Port to spec 2015-04-21 14:36:34 -07:00
elements Updating the disk image builder code 2015-04-10 21:03:17 +00:00
etc Use stevedore to load API handler 2015-04-22 17:59:14 -05:00
octavia Fix ups so pbr and setup works 2015-04-23 16:04:27 -05:00
specs Merge "Added vrrp_ip and ha_ip to amphora models" 2015-04-22 20:25:58 +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 Add tox -ecover environment 2015-03-27 16:12:38 +00:00
.gitignore Implementation for bp/api-to-oslo-messing-handler 2015-04-08 21:46:54 +00: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
doc-requirements.txt Add the config file for nova compute drive 2015-03-24 13:48:36 -07:00
HACKING.rst Added versioning and migration mandates 2014-12-05 17:37:38 -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
openstack-common.conf Sync with oslo-incubator, tweak as needed 2015-03-30 18:06:47 -06:00
README.rst Documenting project direction and design 2014-08-02 17:08:10 +00:00
requirements.txt Fix ups so pbr and setup works 2015-04-23 16:04:27 -05:00
ROADMAP.rst Hacking fixes in CONSTITUTION, ROADMAP, & HACKING 2014-08-16 00:13:00 -05:00
setup.cfg Fix ups so pbr and setup works 2015-04-23 16:04:27 -05:00
setup.py Tweak requirements to be compatible with global-requirements 2015-02-16 12:34:40 -07:00
test-requirements.txt Updated from global requirements 2015-04-07 22:00:32 +00:00
tox.ini Fix ups so pbr and setup works 2015-04-23 16:04:27 -05: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.