summaryrefslogtreecommitdiff
path: root/releasenotes/notes/notimplementederror-misspell-276a181afd652cf6.yaml
blob: b31a937a766a7fde7b9e36a0750a444ce6a801b7 (plain)
1
2
3
4
5
6
7
---
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.