From 997a649d2658561c8c86006d7b8fc60fb55f0dbd Mon Sep 17 00:00:00 2001 From: Dave Chen Date: Wed, 11 Mar 2015 18:30:11 +0800 Subject: [PATCH] Crosslink to other sites that are owned by Keystone Add links to identity service and keystone middleware to the landing page. This indicates to the user that the three projects are related. Change-Id: I37bb4cd866524bad69f90c53e6a58d58202fc263 Co-Authored-By: Steve Martinelli Partial-Bug: #1428321 --- doc/source/index.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/source/index.rst b/doc/source/index.rst index 9ab430d1..9d931cab 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -18,6 +18,15 @@ Contents: using-api-v2 api/modules +Related Identity Projects +========================= + +In addition to creating the Python client library, the Keystone team also +provides `Identity Service`_, as well as `WSGI Middleware`_. + +.. _`Identity Service`: http://docs.openstack.org/developer/keystone/ +.. _`WSGI Middleware`: http://docs.openstack.org/developer/keystonemiddleware/ + Contributing ============