Remove unused plugins from entrypoints

The saml plugins from keystoneclient.contrib were not copied. Remove
them from the setup.cfg entrypoints.

Change-Id: I9d87114d473b7f59f60ac856f057253539d2e0e6
This commit is contained in:
Jamie Lennox 2015-05-07 21:58:37 +10:00
parent d2990c2a78
commit d9e4d26bb8
1 changed files with 0 additions and 3 deletions

View File

@ -32,9 +32,6 @@ keystoneauth.auth.plugin =
v2token = keystoneauth.auth.identity.v2:Token
v3password = keystoneauth.auth.identity.v3:Password
v3token = keystoneauth.auth.identity.v3:Token
v3unscopedsaml = keystoneauth.contrib.auth.v3.saml2:Saml2UnscopedToken
v3scopedsaml = keystoneauth.contrib.auth.v3.saml2:Saml2ScopedToken
v3unscopedadfs = keystoneauth.contrib.auth.v3.saml2:ADFSUnscopedToken
[build_sphinx]
source-dir = doc/source