mistral/mistral/utils
Mike Fedosin fe922eacdb Use recommended function to setup auth middleware in devstack
Currently Mistral has own configuration for keystone
auth middleware, many parameters of which are deprecated [1].
It's not desired behavior and it is suggested to use recommended
devstack configuration function to prevent possible errors if
something is changed in keystone deployment in the future.

This patch fixes this situation and implements official
"configure_auth_token_middleware" function support.

[1] 712438ebf9/keystonemiddleware/auth_token/_auth.py (L29-L35)

Change-Id: I884777826d6ed40d58f75ec5dfba93a876752dfe
Closes-bug: #1697662
2017-07-03 17:04:48 +03:00
..
openstack Use recommended function to setup auth middleware in devstack 2017-07-03 17:04:48 +03:00
__init__.py Make sure that the field "state_info" trimmed as expected 2017-06-15 18:29:30 +07:00
expression_utils.py Advanced publishing: add 'global' function to access global variables 2017-04-13 12:05:57 +07:00
filter_utils.py Fix a typo 2017-05-04 16:48:43 +08:00
inspect_utils.py Don't save @property methods with other attributes 2017-04-26 17:24:14 +01:00
javascript.py Fix config import in javascript action module 2016-11-21 15:53:41 +07:00
profiler.py Replace six.iteritems() with .items() 2016-12-16 08:24:10 -08:00
rest_utils.py Refactor rest_utils 2017-05-22 12:03:55 +07:00
rpc_utils.py Refactor Kombu-based RPC 2017-05-01 13:37:50 +00:00
ssh_utils.py Removed unnecessary utf-8 encoding 2017-01-11 02:58:04 +00:00
wf_trace.py Drop use of 'oslo' namespace package 2015-06-22 20:02:59 +00:00