Load Balancing as a Service (LBaaS) for OpenStack
Go to file
chen-li a4f3931ca2 Disbale DNS update for port o-hm0 in devstack
Disable the DNS update for port o-hm0 during the installation of
devstack to aviod accidentally DNS change.

Note: NetworkManager will attempt to write DNS information from
DHCP into /etc/resolv.conf, overwriting the existing contents.
So, if you have NetworkManager enabled, the once for all solution
should be set the immutable bit on the file:
    chattr +i /etc/resolv.conf

Change-Id: Icbc23feb8cb3c9967aa66a3c6c2f61da61397d11
2016-07-18 04:45:32 -05:00
bin Fix typo in the files 2016-07-14 12:46:12 +00:00
client Initial directory skeleton 2014-09-04 15:28:10 -06:00
devstack Insert haproxy in front of all the o-api endpoints 2016-07-09 11:33:35 +00:00
diskimage-create Support RHEL base image in DIB 2016-07-12 10:24:37 +02:00
doc/source Cleanup deleted load balancers in housekeeper's db_cleanup 2016-07-07 03:03:03 +00:00
elements Revert "Condense amphora-agent-ubuntu in to amphora-agent" 2016-07-14 17:51:02 +09:00
etc Disbale DNS update for port o-hm0 in devstack 2016-07-18 04:45:32 -05:00
octavia Merge "Adding improved logging to amphora rest driver" 2016-07-16 04:39:42 +00:00
releasenotes Fix Octavia release notes header 2016-07-08 16:18:35 +03: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 Drop support for SQL Schema Downgrades 2016-06-08 18:45:34 +03: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 Updated from global requirements 2016-07-09 19:25:17 +00:00
setup.cfg Add Python 3.5 classifier and venv 2016-07-12 21:12:59 +05:30
setup.py Updated from global requirements 2015-09-17 12:15:32 +00:00
test-requirements.txt Updated from global requirements 2016-06-24 03:16:02 +00:00
tox.ini Add Python 3.5 classifier and venv 2016-07-12 21:12:59 +05:30

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.