python-ironic-inspector-client/releasenotes/notes/version-uuid-b7f9e57589314fe9.yaml
Nisha Brahmankar 084d1dee76 Deprecates "uuid" parameters to Python calls when node is expected
This change adds a new parameter uuid default to None. Also if uuid
is not none, DeprecationWarning is raised.

Change-Id: I025df89285d45adbfba84beae4e00f04b8a20bf8
Task: #11751
2019-03-19 15:16:02 +05:30

5 lines
135 B
YAML

---
deprecations:
- Parameter uuid is deprecated in ClientV1 and will be removed in future
releases, please use node_id instead.