Merge "api-guide: add note about users"

This commit is contained in:
Jenkins 2015-12-03 00:59:50 +00:00 committed by Gerrit Code Review
commit c8f77475c4

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
============