File: no-resource-attributeerror-d0cb327abab7dcc0.yaml

package info (click to toggle)
python-ironicclient 5.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,344 kB
  • sloc: python: 24,061; makefile: 20; sh: 18
file content (8 lines) | stat: -rw-r--r-- 415 bytes parent folder | download | duplicates (5)
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.