Merge "Adding ENABLE_IDENTITY_V2 on docs"

This commit is contained in:
Jenkins 2016-01-29 05:10:21 +00:00 committed by Gerrit Code Review
commit 80eb79c1a9

View File

@ -643,8 +643,18 @@ In RegionOne:
In RegionTwo:
::
disable_service horizon
KEYSTONE_SERVICE_HOST=<KEYSTONE_IP_ADDRESS_FROM_REGION_ONE>
KEYSTONE_AUTH_HOST=<KEYSTONE_IP_ADDRESS_FROM_REGION_ONE>
REGION_NAME=RegionTwo
Disabling Identity API v2
+++++++++++++++++++++++++
The Identity API v2 is deprecated as of Mitaka and it is recommended to only
use the v3 API. It is possible to setup keystone without v2 API, by doing:
::
ENABLE_IDENTITY_V2=False