Fix bug to doc:auth

There is a wrong url in the doc and amends it

Change-Id: I1391276eca0c33c6c4a96b7fe2e29a6f8f83ce2d
This commit is contained in:
tianhui 2018-06-22 11:58:16 +00:00
parent 0a00561a46
commit cb5ecc1d91
1 changed files with 2 additions and 2 deletions

View File

@ -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 <https://developer.openstack.org/api-ref/identity/v2/>`__.
service API v3
Reference <https://developer.openstack.org/api-ref/identity/v3/>`__.
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.