summaryrefslogtreecommitdiff
path: root/releasenotes/notes/no-resource-attributeerror-d0cb327abab7dcc0.yaml
blob: 9e4e5905e71f81c089226448886e07588870fe80 (plain)
1
2
3
4
5
6
7
8
---
fixes:
  - For node resources that had no boot devices, no supported boot devices, or
    no passthru methods (and driver resources with no properties or no passthru
    methods), issuing a request to get that information (for example,
    'ironic driver-get-vendor-passthru-methods fake') would result in the
    error "'NoneType' has no attribute 'to_dict'". This is fixed; an empty
    list is now returned.