From f92f49155ec47330766412dc90c8b887e7c863de Mon Sep 17 00:00:00 2001 From: Marek Denis Date: Wed, 30 Jul 2014 22:06:32 +0200 Subject: [PATCH] Add v3scopedsaml entry to the setup.cfg. Since Patch https://review.openstack.org/#/c/107231/ was abandoned and entry ``v3unscopedsaml`` stays in the setup.cfg, there should also some room for v3scopedsaml entry which lets users scope their unscoped tokens. Change-Id: Ie42206c323d287b905b4c5da9c790e544a8b8433 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 3d6b9af78..b62f31f78 100644 --- a/setup.cfg +++ b/setup.cfg @@ -37,6 +37,7 @@ keystoneclient.auth.plugin = v3password = keystoneclient.auth.identity.v3:Password v3token = keystoneclient.auth.identity.v3:Token v3unscopedsaml = keystoneclient.contrib.auth.v3.saml2:Saml2UnscopedToken + v3scopedsaml = keystoneclient.contrib.auth.v3.saml2:Saml2ScopedToken [build_sphinx] source-dir = doc/source