python-openstackclient/releasenotes/notes/bug-2005521-0274fc26bd9b3842.yaml
Jose Castro Leon 04e03b2a1f Fix bug in endpoint group deletion
There is a typo in the endpoint group deletion, due to this you
can't remove endpoint groups once assigned. I am adding also the
unit tests to avoid this kind of issues in the future

Task: 30640
Story: 2005521
Change-Id: Ie938f2c9894bb39b4c0ed1f7aa3a6a751a303058
2019-05-08 16:22:27 -05:00

5 lines
169 B
YAML

---
fixes:
- |
Fix ``endpoint group delete`` command to properly delete endpoint groups.
[Story `2005521 <https://storyboard.openstack.org/#!/story/2005521>`_]