45b22d21cb
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
22 lines
370 B
ReStructuredText
22 lines
370 B
ReStructuredText
VPN as a Service
|
|
=====================
|
|
|
|
`API Specification`_
|
|
|
|
.. _API Specification: http://docs.openstack.org/api/openstack-network/2.0/content/vpnaas_ext.html
|
|
|
|
Plugin
|
|
------
|
|
.. automodule:: neutron.services.vpn.plugin
|
|
|
|
.. autoclass:: VPNPlugin
|
|
:members:
|
|
|
|
Database layer
|
|
--------------
|
|
|
|
.. automodule:: neutron.db.vpn.vpn_db
|
|
|
|
.. autoclass:: VPNPluginDb
|
|
:members:
|