Remove entry_points to non-existent drivers

The setup.cfg for stevedore still contains references to the
memcache token persistence drivers even though those drivers were
removed in commit I4b8b88409abe8eea8f0a075aebbe9c569367c454.

bp removed-as-of-ocata

Change-Id: Iaaa3c5bc6d88ee45bef956a437e0fd711313be6b
This commit is contained in:
Eric Brown 2016-11-16 23:38:25 -08:00
parent b6d94a0ce5
commit 34b0cf2a1b

View File

@ -156,8 +156,6 @@ keystone.role =
keystone.token.persistence =
kvs = keystone.token.persistence.backends.kvs:Token
memcache = keystone.token.persistence.backends.memcache:Token
memcache_pool = keystone.token.persistence.backends.memcache_pool:Token
sql = keystone.token.persistence.backends.sql:Token
keystone.token.provider =
@ -210,4 +208,3 @@ paste.app_factory =
tempest.test_plugins =
keystone_tests = keystone_tempest_plugin.plugin:KeystoneTempestPlugin