Clarify doc: API is admin only

Clarify wording in the architecture doc page that Ironic's API service
is intended only for privileged (admin) users and privileged
services in the control plane.

Change-Id: I2e660401c7e2ebe2f6dc89673236107727462fcc
This commit is contained in:
Devananda van der Veen 2014-06-18 10:57:35 -07:00 committed by David Shrewsbury
parent d90c5a3732
commit 41e0e53b5c

View File

@ -9,8 +9,9 @@ High Level description
An Ironic deployment will be composed of the following components:
- A RESTful `API service`_, by which operators and other services may interact
with the managed bare metal servers.
- An admin-only RESTful `API service`_, by which privileged users, such as
cloud operators and other services within the cloud control plane, may
interact with the managed bare metal servers.
- A `Conductor service`_, which does the bulk of the work. Functionality is
exposed via the `API service`_. The Conductor and API services communicate via
RPC.