Fix broken RST link

Links are of the form
.. _name: http://

If you use "<http://>" instead, the "<" and ">" will be part of the URL
and break, see the link on https://docs.openstack.org/heat/latest/admin/auth-model.html

Fix this.

Change-Id: I76b8dc215352d1dffa9b36c8f00b2aecbcf6400d
This commit is contained in:
Andreas Jaeger 2019-07-26 09:20:50 +02:00
parent 98f08fe079
commit b31af77e1d
1 changed files with 1 additions and 1 deletions

View File

@ -147,4 +147,4 @@ defined, then all the trustor roles are delegated to trustee.
The trustor delegated roles must be pre-configured in the
OpenStack Identity service before using them in the Orchestration service.
.. _Identity management trusts: <https://docs.openstack.org/keystone/latest/admin/identity-use-trusts.html>
.. _Identity management trusts: https://docs.openstack.org/keystone/latest/admin/identity-use-trusts.html