python-openstackclient/releasenotes/notes/fix-story-2010775-953dbdf03b2b6746.yaml
Douglas Mendizábal bc60e3bb90 Fix "access rule" commands to only use ID
This patch modifies the access rule commands to use only the resource
ID.  The previous logic incorrectly assumed that access rules have a
"name" property, which resulted in unexpected behaviors.

For example, "access rule delete {non-existent-id}" now results in a
"not found" error instead of sometimes deleting an unrelated rule.

Story: 2010775
Task: 48163
Change-Id: Ib5c3b7f86acf1dfe7cc76dfa99fa4c118388bd71
2023-06-05 12:03:15 -04:00

9 lines
332 B
YAML

---
fixes:
- |
Fixed a bug in "access rule" subcommands where the client logic incorrectly
assumed that access rules have a "name" property which resulted in
unpredictable behaviors. e.g. "access rule delete {non-existent-id}" now
results in a not-found error instead of sometimes deleting an unrelated
rule.