a10networks / a10-neutron-lbaas

A10 Networks, Openstack Neutron LBaaS Driver
Apache License 2.0
9 stars 19 forks source link

Documentation #298

Open Cedev opened 8 years ago

Cedev commented 8 years ago

Documentation for everything

Installation documentation. With examples for config.py/neutron_lbaas.conf

Multi-provider documentation

Scheduler documentation

JSON REST API documentation with python neutron-client installation instructions and examples

CLI documentation with installation instructions and examples

Horizon documentation

Cedev commented 8 years ago

Building the documentation requires sphinx, the sphinx rtd theme, and sphinx http domain.

pip install sphinx
pip install sphinx_rtd_theme
pip install sphinxcontrib-httpdomain

Eventually we'll want to