c160a03c4e
Adds the beginnings of documentation for the Firewall as a Service, Loadbalancer as a Service, and VPN as a Service. Part of blueprint developer-documentation Change-Id: I5e46df2dc4f87f961490ee75791a7e825ea94e1e
33 lines
578 B
ReStructuredText
33 lines
578 B
ReStructuredText
Loadbalancer as a Service
|
|
=========================
|
|
|
|
|
|
https://wiki.openstack.org/wiki/Neutron/LBaaS/Architecture
|
|
|
|
https://wiki.openstack.org/wiki/Neutron/LBaaS/API_1.0
|
|
|
|
|
|
Plugin
|
|
------
|
|
.. automodule:: neutron.services.loadbalancer.plugin
|
|
|
|
.. autoclass:: LoadBalancerPlugin
|
|
:members:
|
|
|
|
Database layer
|
|
--------------
|
|
|
|
.. automodule:: neutron.db.loadbalancer.loadbalancer_db
|
|
|
|
.. autoclass:: LoadBalancerPluginDb
|
|
:members:
|
|
|
|
|
|
Driver layer
|
|
------------
|
|
|
|
.. automodule:: neutron.services.loadbalancer.drivers.abstract_driver
|
|
|
|
.. autoclass:: LoadBalancerAbstractDriver
|
|
:members:
|