Update the URL in doc

Change-Id: Ic531565c7c836188ab5f457289a64d74d95b0b64
This commit is contained in:
melissaml 2018-09-24 21:31:39 +08:00
parent 6a1ae048c2
commit 1bfac0e16a
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