Skip to content

Commit 80eb79c

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Adding ENABLE_IDENTITY_V2 on docs"
2 parents 3c92590 + f212622 commit 80eb79c

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
@@ -643,8 +643,18 @@ In RegionOne:
643643
In RegionTwo:
644644

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

0 commit comments

Comments
 (0)