
Converted and slightly modified the original API docs from markdown format. Change-Id: Id4c742cad483e799e39bd7cfc87e30f50083a7ff
17 lines
490 B
ReStructuredText
17 lines
490 B
ReStructuredText
Description
|
|
===========
|
|
|
|
Purpose
|
|
-------
|
|
|
|
The Admin API server listens for REST+JSON connections to interface various
|
|
parts of the LBaaS system and other scripts with the LBaaS database state.
|
|
|
|
Design
|
|
------
|
|
|
|
Similar to the main API server it uses an Eventlet WSGI web server frontend
|
|
with Pecan+WSME to process requests. SQLAlchemy+MySQL is used to access the
|
|
data store. The main internal difference (apart from the API itself) is the
|
|
Admin API server doesn't use keystone or gearman.
|