Merge "Update the URL in doc"

This commit is contained in:
Zuul 2018-12-25 10:04:20 +00:00 committed by Gerrit Code Review
commit 3a32ae51d1
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ pipeline = cors http_proxy_to_wsgi request_id ext_context authtoken context clou
paste.filter_factory = murano.api.middleware.context:ContextMiddleware.factory
#For more information see Auth-Token Middleware with Username and Password
#http://docs.openstack.org/developer/keystone/configuringservices.html
#https://docs.openstack.org/keystone/latest/configuration.html#service-catalog
[filter:authtoken]
paste.filter_factory = keystonemiddleware.auth_token:filter_factory

View File

@ -5,7 +5,7 @@ pipeline = cors http_proxy_to_wsgi request_id versionnegotiation faultwrap autht
paste.filter_factory = murano.api.middleware.context:ContextMiddleware.factory
#For more information see Auth-Token Middleware with Username and Password
#http://docs.openstack.org/developer/keystone/configuringservices.html
#https://docs.openstack.org/keystone/latest/configuration.html#service-catalog
[filter:authtoken]
paste.filter_factory = keystonemiddleware.auth_token:filter_factory