From 0405770efeeb8d57b5bdfd08b42aa3bcde9fef7b Mon Sep 17 00:00:00 2001 From: Michael Ionkin Date: Fri, 16 Sep 2016 13:37:08 +0300 Subject: [PATCH] [DOC] update doc about restapi Change-Id: I2ad7927298cbc8d6572f731fc82a9dd66e5e3dfb --- doc/source/restapi.rst | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/doc/source/restapi.rst b/doc/source/restapi.rst index 1e28102f2b..95976f588f 100644 --- a/doc/source/restapi.rst +++ b/doc/source/restapi.rst @@ -1,5 +1,5 @@ Sahara REST API v1.1 -********************* +******************** 1 General API information ========================= @@ -17,11 +17,11 @@ authenticating to the Identity service endpoint. For more information about the Identity service, please see the `keystone project developer documentation `_ -With each request, a user must specify the OpenStack tenant(now known as -project) in the url path, for example: '/v1.1/{tenant_id}/clusters'. Sahara -will perform the requested operation in the specified tenant using the +With each request, a user must specify the keystone project (previously tenant) +in the url path, for example: '/v1.1/{tenant_id}/clusters'. Sahara +will perform the requested operation in the specified project using the provided credentials. Therefore, clusters may be created and managed only -within tenants to which the user has access. +within projects to which the user has access. 1.2 Request / Response Types ---------------------------- @@ -116,8 +116,4 @@ error description. 2 API ===== -- `Sahara REST API Reference (OpenStack API Complete Reference - - DataProcessing)`_ - .. _`Sahara REST API Reference (OpenStack API Complete Reference - DataProcessing)`: http://developer.openstack.org/api-ref/data-processing/ - - +- `Sahara REST API Reference (OpenStack API Complete Reference - DataProcessing) `_