mirror of
https://github.com/xcat2/confluent.git
synced 2026-09-04 20:17:58 +00:00
26151c506f
A Redfish service may publish no Systems collection, and power and cooling equipment does exactly that. sysurl is then None, and get_power and get_bootdev handed it straight to a request, raising TypeError from inside the url library. sysinfo already guarded the same field. Both now ask through _system_url and get a refusal naming what is missing. DMTF publish three services of this shape, which is why they sit commented out in inventory-dmtf.yaml.