74684cf53b
"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
9 lines
386 B
YAML
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.
|