Metadata-Version: 2.0
Name: libra
Version: 5.4.6
Summary: Python LBaaS Gearman Worker and Pool Manager
Home-page: http://pypi.python.org/pypi/libra
Author: David Shrewsbury <shrewsbury.dave@gmail.com>, Andrew Hutchings <andrew@linuxjedi.co.uk>
Author-email: UNKNOWN
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: OpenStack
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Requires-Dist: pbr (>=0.5.21,<1.0)
Requires-Dist: Babel (>=0.9.6)
Requires-Dist: eventlet
Requires-Dist: oslo.config (>=1.2.0)
Requires-Dist: python-daemon (>=1.6)
Requires-Dist: python-novaclient (>=2.14.1,<2.14.2)
Requires-Dist: python-swiftclient (>=1.3.0)
Requires-Dist: requests (>=1.0.0)
Requires-Dist: dogapi
Requires-Dist: pecan
Requires-Dist: sqlalchemy (>=0.8.0)
Requires-Dist: wsme (>=0.5b2)
Requires-Dist: mysql-connector-python
Requires-Dist: ipaddress (==1.0.4)
Requires-Dist: six
Requires-Dist: kombu

Description
-----------

Libra is a tool set to create and manage load balancers in an OpenStack
environment.

Tools
-----

  * libra_pool_mgm

    Python daemon that manages a pool of Nova instances.

  * libra_worker

    Python daemon that will receive messages from an API server via
    a Gearman job server to create/modify load balancers on the local
    machine.

  * libra_api

    Python daemon to act as the client API server.

  * libra_admin_api

    Python daemon providing an admininstrative API server primarily for 
    libra_pool_mgm and libra_statsd

Running Tests
-------------

Tox is the best way to run the tests. Tox, if unavailable, can be installed
via the Python pip command:

   $ pip install tox

Once it is installed, run the tests:

   $ tox

More Documentation
------------------

You can build the complete documentation with:

   $ pip install Sphinx
   $ python setup.py build_sphinx



