Metadata-Version: 2.0
Name: octavia
Version: 0.8.0
Summary: OpenStack Octavia Scalable Load Balancer as a Service
Home-page: http://www.openstack.org/
Author: OpenStack
Author-email: openstack-dev@lists.openstack.org
License: UNKNOWN
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: OpenStack
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Requires-Dist: alembic (>=0.8.0)
Requires-Dist: pecan (>=1.0.0)
Requires-Dist: pbr (>=1.6)
Requires-Dist: SQLAlchemy (<1.1.0,>=1.0.10)
Requires-Dist: Babel (>=1.3)
Requires-Dist: eventlet (!=0.18.3,>=0.18.2)
Requires-Dist: requests (!=2.9.0,>=2.8.1)
Requires-Dist: rfc3986 (>=0.2.0)
Requires-Dist: keystoneauth1 (>=2.1.0)
Requires-Dist: keystonemiddleware (!=4.1.0,>=4.0.0)
Requires-Dist: python-neutronclient (!=4.1.0,>=2.6.0)
Requires-Dist: WebOb (>=1.2.3)
Requires-Dist: six (>=1.9.0)
Requires-Dist: stevedore (>=1.5.0)
Requires-Dist: oslo.config (>=3.7.0)
Requires-Dist: oslo.context (>=0.2.0)
Requires-Dist: oslo.db (>=4.1.0)
Requires-Dist: oslo.i18n (>=2.1.0)
Requires-Dist: oslo.log (>=1.14.0)
Requires-Dist: oslo.messaging (>=4.0.0)
Requires-Dist: oslo.middleware (>=3.0.0)
Requires-Dist: oslo.reports (>=0.6.0)
Requires-Dist: oslo.rootwrap (>=2.0.0)
Requires-Dist: oslo.serialization (>=1.10.0)
Requires-Dist: oslo.service (>=1.0.0)
Requires-Dist: oslo.utils (>=3.5.0)
Requires-Dist: PyMySQL (>=0.6.2)
Requires-Dist: python-barbicanclient (>=3.3.0)
Requires-Dist: python-glanceclient (>=2.0.0)
Requires-Dist: python-novaclient (!=2.33.0,>=2.29.0)
Requires-Dist: pyOpenSSL (>=0.14)
Requires-Dist: WSME (>=0.8)
Requires-Dist: Jinja2 (>=2.8)
Requires-Dist: taskflow (>=1.26.0)
Requires-Dist: Flask (<1.0,>=0.10)
Requires-Dist: netifaces (>=0.10.4)
Requires-Dist: cryptography (>=1.0)

=======
Octavia
=======

.. image:: https://img.shields.io/pypi/v/octavia.svg
    :target: https://pypi.python.org/pypi/octavia/
    :alt: Latest Version

.. image:: https://img.shields.io/pypi/dm/octavia.svg
    :target: https://pypi.python.org/pypi/octavia/
    :alt: Downloads

Operator-grade open source scalable load balancer.

* Free software: Apache license
* Documentation: http://docs.openstack.org/developer/octavia
* Source: http://git.openstack.org/cgit/openstack/octavia
* Bugs: http://bugs.launchpad.net/octavia/

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.



