1171e25d1d
NotImplemented will not return any useful info to end-user. This should be NotImplementedError. Change-Id: I4402a1f4f5fd47fd7230359a5c2eb03123f993fa Close-Bug: #1524163
8 lines
273 B
YAML
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.
|