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
This commit is contained in:
Marek Denis
2014-07-30 22:06:32 +02:00
committed by ayoung
parent a5f0e3c53c
commit f92f49155e

View File

@@ -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