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