Fix release note link formatting

Corrects the RST link formatting for a bugfix release note. This note
was added during the current cycle so it is fine to modify it on the
master branch.

Change-Id: Id552e936b780f8bc31523a771937b9f9307cbda1
This commit is contained in:
Colleen Murphy 2019-12-30 08:57:50 -08:00
parent a950f9c376
commit 150d3ef8b0
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
---
fixes:
- |
[bug 1848238 <https://bugs.launchpad.net/keystone/+bug/1848238>]
[`bug 1848238 <https://bugs.launchpad.net/keystone/+bug/1848238>`_]
Allow deleting a domain when using the ldap driver for a domain. There was
an attempt to delete the group on the ldap whereas this one is read-only.