keystone/keystone/server
Morgan Fainberg c008cbcea0 Allow class-level definition of API URL Prefix
Add the ability to define API URL Prefix at the class-level. This
will be used only if no ap_url_prefix is passed into __init__.

Flask-restful handles prefixes in the order of `BAE` as used in Keystone:
  * Blueprint
  * API
  * Endpoint (flask-endpoint)

This allows for additional prefixes such as "OS-TRUST" for
legacy/converted extension code that has not been updated to use
non-"OS" prefixed pathes.

Change-Id: I7acf2f16a25efc6a801e6c87c1aac436bb8e5453
Partial-Bug: #1776504
2018-07-16 21:58:34 -07:00
..
flask Allow class-level definition of API URL Prefix 2018-07-16 21:58:34 -07:00
__init__.py Move keystone.server.common to keystone.server 2018-07-01 10:33:13 -07:00
backends.py Remove the sql token driver and uuid token provider 2018-02-12 17:32:47 +00:00
wsgi.py Move Credentials API to Flask Native 2018-07-16 21:58:21 -07:00