ironic/releasenotes/notes/notimplementederror-misspell-276a181afd652cf6.yaml
Lin Tan 1171e25d1d Correct NotImplemented to NotImplementedError in rpcapi.py
NotImplemented will not return any useful info to end-user.
This should be NotImplementedError.

Change-Id: I4402a1f4f5fd47fd7230359a5c2eb03123f993fa
Close-Bug: #1524163
2015-12-09 11:10:58 +08:00

8 lines
273 B
YAML

---
fixes:
- In conductor/rpcapi.py, object_backport_version(),
object_action() and object_class_action_versions()
misspell NotImplementedError with NotImplemented
which returns nothing useful to users.
See https://bugs.launchpad.net/ironic/+bug/1524163.