summaryrefslogtreecommitdiff
path: root/api-guide/source/index.rst
diff options
context:
space:
mode:
authorJohn Garbutt <john.garbutt@rackspace.com>2015-11-25 12:56:58 +0000
committerJohn Garbutt <john@johngarbutt.com>2015-12-02 10:04:39 +0000
commitdbf5dfa4dc44c902c72ab73e5a46943d36820bff (patch)
tree29a14a0536cbac5e45190aa2d4422f0ba5a36ce9 /api-guide/source/index.rst
parent89dd62aabf62175724e0e05765c9759cd9160263 (diff)
downloadnova-dbf5dfa4dc44c902c72ab73e5a46943d36820bff.tar.gz
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
Diffstat (limited to 'api-guide/source/index.rst')
-rw-r--r--api-guide/source/index.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/api-guide/source/index.rst b/api-guide/source/index.rst
index bc3fcf054c..20c1005f0c 100644
--- a/api-guide/source/index.rst
+++ b/api-guide/source/index.rst
@@ -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
============