Browse code

Adding ENABLE_IDENTITY_V2 on docs

Adds the documentation of ENABLE_IDENTITY_V2 property on keystone
section.

Change-Id: If72325751c3bfd7f11f46c518c9fbf59f10a894f

henriquetruta authored on 2016/01/06 01:43:18
Showing 1 changed files
... ...
@@ -644,8 +644,18 @@ In RegionOne:
644 644
 In RegionTwo:
645 645
 
646 646
 ::
647
-   
647
+
648 648
     disable_service horizon
649 649
     KEYSTONE_SERVICE_HOST=<KEYSTONE_IP_ADDRESS_FROM_REGION_ONE>
650 650
     KEYSTONE_AUTH_HOST=<KEYSTONE_IP_ADDRESS_FROM_REGION_ONE>
651 651
     REGION_NAME=RegionTwo
652
+
653
+Disabling Identity API v2
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