Actions
Bug #18210
closedLibvirt provider fails to set DHCP nametag when record doesn't have name field
Description
To set the nametag we call record.name, which might not be available.
In such a case, record.name fails with
] pry(#<Proxy::DHCP::Libvirt::LibvirtDHCPNetwork>)> record.name
#NoMethodError: undefined method `name' for #<Proxy::DHCP::Lease:0x005654f2c66798>
#from (pry):5:in `del_dhcp_record'
and the entire deletion fails. It should not call .name if it's not there.
Updated by Anonymous about 8 years ago
- Target version deleted (
169)
Closing this issue, as #18070 has been merged.
Actions