keystone/keystone/token
Lance Bragstad 032dd49db2 Remove the sql token driver and uuid token provider
Both of these drivers were staged for removal in Rocky. Now that
Rocky is open for development we can remove them. This commit removes
just the bare-bones aspects of each. Subsequent patches will do the
following:

  - Remove test class that were only meant for sql or uuid scenarios
  - Refactor the notification framework to not hint at token storage
  - Refactor the token provider API interfaces to be simpler and
    cleaner
  - Remove the needs_persistence property from the token provider API
    and document the ability to push that logic into individual
    providers that require it
  - Return 403 Forbidden for all requests to fetch a revocation list
  - Remove the signing directory configuration options

These changes will result in simpler interfaces which will be
important for people implementing their own token providers and
storage layers.

bp removed-as-of-rocky

Change-Id: I76d5c29f6b1572ee3ec7f2b1af63ff31572de2ce
2018-02-12 17:32:47 +00:00
..
providers Remove the sql token driver and uuid token provider 2018-02-12 17:32:47 +00:00
__init__.py Remove the sql token driver and uuid token provider 2018-02-12 17:32:47 +00:00
_simple_cert.py Remove all v2.0 APIs except the ec2tokens API 2018-02-06 23:12:55 +01:00
provider.py Remove the sql token driver and uuid token provider 2018-02-12 17:32:47 +00:00
token_formatters.py Implement system-scope in the token provider API 2018-01-23 13:50:20 +00:00