Skip to content

Commit f212622

Browse files
committed
Adding ENABLE_IDENTITY_V2 on docs
Adds the documentation of ENABLE_IDENTITY_V2 property on keystone section. Change-Id: If72325751c3bfd7f11f46c518c9fbf59f10a894f
1 parent e60d52c commit f212622

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

doc/source/configuration.rst

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,8 +644,18 @@ In RegionOne:
644644
In RegionTwo:
645645

646646
::
647-
647+
648648
disable_service horizon
649649
KEYSTONE_SERVICE_HOST=<KEYSTONE_IP_ADDRESS_FROM_REGION_ONE>
650650
KEYSTONE_AUTH_HOST=<KEYSTONE_IP_ADDRESS_FROM_REGION_ONE>
651651
REGION_NAME=RegionTwo
652+
653+
Disabling Identity API v2
654+
+++++++++++++++++++++++++
655+
656+
The Identity API v2 is deprecated as of Mitaka and it is recommended to only
657+
use the v3 API. It is possible to setup keystone without v2 API, by doing:
658+
659+
::
660+
661+
ENABLE_IDENTITY_V2=False

0 commit comments

Comments
 (0)