keystone/keystone/middleware/__init__.py
Jamie Lennox cf81d1ec35 Move AuthContext middleware into its own file
AuthContext middleware is quite a lot more complex than most of the
other things in the middleware.core directory. Move it out to its own
file before starting to refactor.

Change-Id: Ia9da577495b8ebc2a6ddeffc02e07b458c8f3a97
2015-11-12 11:47:51 +11:00

17 lines
680 B
Python

# Copyright 2012 OpenStack Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
from keystone.middleware.auth import * # noqa
from keystone.middleware.core import * # noqa