diff options
author | Kristi Nikolla <knikolla@bu.edu> | 2017-02-25 10:30:32 -0500 |
---|---|---|
committer | Kristi Nikolla <knikolla@bu.edu> | 2017-02-27 11:21:50 -0500 |
commit | d35f36916e109f0d2557bb778424e7aee3bc6b31 (patch) | |
tree | a51d72cd3357d51546a7cee465213357376a7a57 /setup.cfg | |
parent | 81107ce2ccd76ee9302cf798462807f6d0d1ead0 (diff) | |
download | keystone-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.cfg | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |