File: no-resource-attributeerror-d0cb327abab7dcc0.yaml

package info (click to toggle)
python-ironicclient 5.10.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,632 kB
  • sloc: python: 25,269; makefile: 22; sh: 8
file content (8 lines) | stat: -rw-r--r-- 415 bytes parent folder | download | duplicates (4)
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.