From 16596c91bf18cca7a41a37cfeaebd0a201d71536 Mon Sep 17 00:00:00 2001 From: Brant Knudson Date: Tue, 1 Mar 2016 14:31:04 -0600 Subject: [PATCH] Add links to federation plugins The federation plugins weren't referenced along with the other authentication plugins so nobody could find them. Change-Id: Iedfe179e36864405521e854962d0e6628cf2f5fe --- doc/source/authentication-plugins.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/source/authentication-plugins.rst b/doc/source/authentication-plugins.rst index 743816b0..5e93c465 100644 --- a/doc/source/authentication-plugins.rst +++ b/doc/source/authentication-plugins.rst @@ -99,6 +99,15 @@ This will have exactly the same effect as using the single V3 identity plugins must use an `auth_url` that points to the root of a V3 identity server URL, i.e.: `http://hostname:5000/v3`. +Federation +========== + +V3 plugins are provided to support federation: + +- :class:`~keystoneauth1.identity.v3.FederationBaseAuth` +- :class:`~keystoneauth1.identity.v3.Keystone2Keystone` + + Version Independent Identity Plugins ------------------------------------