From 1bfac0e16af4a69977b50bb32111e9a2b031050d Mon Sep 17 00:00:00 2001 From: melissaml Date: Mon, 24 Sep 2018 21:31:39 +0800 Subject: [PATCH] Update the URL in doc Change-Id: Ic531565c7c836188ab5f457289a64d74d95b0b64 --- etc/murano/murano-cfapi-paste.ini | 2 +- etc/murano/murano-paste.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/murano/murano-cfapi-paste.ini b/etc/murano/murano-cfapi-paste.ini index 8b3e01b50..2e603da2a 100644 --- a/etc/murano/murano-cfapi-paste.ini +++ b/etc/murano/murano-cfapi-paste.ini @@ -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 diff --git a/etc/murano/murano-paste.ini b/etc/murano/murano-paste.ini index af4b6486c..e5d3ef7d9 100644 --- a/etc/murano/murano-paste.ini +++ b/etc/murano/murano-paste.ini @@ -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