ironic/releasenotes/notes/fix-url-collisions-43abfc8364ca34e7.yaml
Sam Betts 39e58151af Prevent URL collisions with sub-controllers: nodes/ports
This patch removes the route v1/nodes/ports by removing the ports
controllers from being a class attribute of the nodes controller, and
starts using the pecan _lookup function to process sub-resources.

Co-Authored-By: Vladyslav Drok <vdrok@mirantis.com>
Partial-Bug: #1580997
Change-Id: I1f76a5f2ea45629a000e61a215b2b32fdd52fb37
2016-08-25 20:15:41 +00:00

5 lines
120 B
YAML

---
fixes:
- Removed invalid accidental API URL v1/nodes/ports
See https://bugs.launchpad.net/ironic/+bug/1580997