diff options
author | 2015-12-16 17:01:58 +0000 | |
---|---|---|
committer | 2015-12-16 17:01:58 +0000 | |
commit | 2d27abba73707414f3198308a0e9a61b1ac53388 (patch) | |
tree | ea1eeeac57cc56172552d818e6195db467a0dfda /keystone-moon/setup.cfg | |
parent | d99bb3f16140f28f28569144619e6d364b3c7ae4 (diff) | |
parent | e62d94f2b714b5bd9ffa2cdf65635d3848ebccc0 (diff) |
Merge "Send Moon from a Keystone filter to a Keystone application."
Diffstat (limited to 'keystone-moon/setup.cfg')
-rw-r--r-- | keystone-moon/setup.cfg | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keystone-moon/setup.cfg b/keystone-moon/setup.cfg index 2bb79c11..5290d40c 100644 --- a/keystone-moon/setup.cfg +++ b/keystone-moon/setup.cfg @@ -74,6 +74,7 @@ console_scripts = wsgi_scripts = keystone-wsgi-admin = keystone.server.wsgi:initialize_admin_application keystone-wsgi-public = keystone.server.wsgi:initialize_public_application + keystone-wsgi-moon = keystone.contrib.moon.wsgi:initialize_moon_application keystone.assignment = ldap = keystone.assignment.backends.ldap:Assignment @@ -205,7 +206,6 @@ paste.filter_factory = token_auth = keystone.middleware:TokenAuthMiddleware.factory url_normalize = keystone.middleware:NormalizingFilter.factory user_crud_extension = keystone.contrib.user_crud:CrudExtension.factory - moon_extension = keystone.contrib.moon.routers:Routers.factory paste.app_factory = admin_service = keystone.service:admin_app_factory @@ -213,3 +213,4 @@ paste.app_factory = public_service = keystone.service:public_app_factory public_version_service = keystone.service:public_version_app_factory service_v3 = keystone.service:v3_app_factory + moon_service = keystone.contrib.moon.service:moon_app_factory |