summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorKristi Nikolla <knikolla@bu.edu>2017-02-25 10:30:32 -0500
committerKristi Nikolla <knikolla@bu.edu>2017-02-27 11:21:50 -0500
commitd35f36916e109f0d2557bb778424e7aee3bc6b31 (patch)
treea51d72cd3357d51546a7cee465213357376a7a57 /setup.cfg
parent81107ce2ccd76ee9302cf798462807f6d0d1ead0 (diff)
downloadkeystone-d35f36916e109f0d2557bb778424e7aee3bc6b31.tar.gz
Remove EndpointFilterCatalog
EndpointFilterCatalog was deprecated in Ocata in favor of sql.Catalog. Implements: bp removed-as-of-pike Change-Id: I7f3eea85d4d8668e9e421b06a65086a736211106
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index f1918e88b..833283c11 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -124,7 +124,6 @@ keystone.auth.mapped =
keystone.catalog =
sql = keystone.catalog.backends.sql:Catalog
templated = keystone.catalog.backends.templated:Catalog
- endpoint_filter.sql = keystone.contrib.endpoint_filter.backends.catalog_sql:EndpointFilterCatalog
keystone.credential =
sql = keystone.credential.backends.sql:Credential