keystone/releasenotes/notes/bug-1757022-664d0b0db1242bf8.yaml
DaiHanada 74684cf53b Fix keystone-manage mapping_purge with --type option
"keystone-manage mapping_purge" has "--type" option in order to select
mappings which have to be deleted. However, the option doesn't work
and all mappings are purged when specifying this option.
The command passes a value of the option to purge_mappings API with
a key name "type", but the API expects "entity_type".

Change-Id: Ib222d70d4cf6bb61847cef049ec1ded5c2ff2c8b
Closes-Bug: #1757022
2018-06-26 19:15:38 +00:00

9 lines
386 B
YAML

---
fixes:
- |
[`bug 1757022 <https://bugs.launchpad.net/keystone/+bug/1757022>`_]
In previous releases, ``keystone-manage mapping_purge --type {user,group}``
command would purge all mapping incorrectly instead of only purging the
specified type mappings. ``keystone-manage mapping_purge --type {user,group}``
now purges only specified type mappings as expected.