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

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
============
Reference in New Issue
openstack/nova
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.