api-guide: add note about users

In the introduction to the guide, note that there is a single API for
both end users and operators.

blueprint complete-todo-in-api-concept-doc

Change-Id: I726d1f230c0090ca8890195f56167e19a18e4665
This commit is contained in:
John Garbutt 2015-11-25 12:56:58 +00:00 committed by John Garbutt
parent 89dd62aabf
commit dbf5dfa4dc
1 changed files with 9 additions and 0 deletions

View File

@ -43,6 +43,15 @@ following concepts:
* HTTP/1.1
* JSON data serialization formats
End User and Operator APIs
==========================
The Compute API includes all end user and operator API calls.
The API works with keystone and oslo.policy to deliver RBAC (Role-based access
control).
The default policy file gives suggestions on what APIs should not
be made available to most end users, but this is fully configurable.
API Versions
============