From cb5ecc1d91b4ec18ed73546cd2a549ce978b3ffa Mon Sep 17 00:00:00 2001 From: tianhui Date: Fri, 22 Jun 2018 11:58:16 +0000 Subject: [PATCH] Fix bug to doc:auth There is a wrong url in the doc and amends it Change-Id: I1391276eca0c33c6c4a96b7fe2e29a6f8f83ce2d --- doc/source/admin/archives/auth.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/admin/archives/auth.rst b/doc/source/admin/archives/auth.rst index 63011c4a4c0..52956a77a7e 100644 --- a/doc/source/admin/archives/auth.rst +++ b/doc/source/admin/archives/auth.rst @@ -10,8 +10,8 @@ to the Networking service must provide an authentication token in ``X-Auth-Token`` request header. Users obtain this token by authenticating with the Identity service endpoint. For more information about authentication with the Identity service, see `OpenStack Identity -service API v2.0 -Reference `__. +service API v3 +Reference `__. When the Identity service is enabled, it is not mandatory to specify the project ID for resources in create requests because the project ID is derived from the authentication token.