Actions
Bug #7297
closedVirsh error handlers throw "uninitialized constant Proxy::DNS" error
Description
When a virsh update fails, the error handlers in lib/proxy/virsh.rb throw an uninitialized constant error themselves:
D, [2014-08-29T11:12:17.142706 #24336] DEBUG -- : /usr/bin/sudo /usr/bin/virsh net-update default add-last dns-host --xml '<host ip="192.168.122.112"><hostname>pdb2.example.com</hostname></host>' --live --config 2>&1 E, [2014-08-29T11:12:17.195826 #24336] ERROR -- : uninitialized constant Proxy::DNS D, [2014-08-29T11:12:17.195996 #24336] DEBUG -- : /home/dcleal/code/foreman/smart-proxy/lib/proxy/virsh.rb:54:in `rescue in virsh_update_dns' /home/dcleal/code/foreman/smart-proxy/lib/proxy/virsh.rb:47:in `virsh_update_dns' /home/dcleal/code/foreman/smart-proxy/modules/dns/providers/virsh.rb:17:in `create' /home/dcleal/code/foreman/smart-proxy/modules/dns/dns_api.rb:47:in `block in <class:Api>'
Updated by The Foreman Bot about 10 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/smart-proxy/pull/208 added
- Pull request deleted (
)
Updated by Dominic Cleal about 10 years ago
- Translation missing: en.field_release changed from 10 to 22
Updated by Anonymous about 10 years ago
- Target version changed from 1.7.4 to 1.7.3
Updated by Dominic Cleal about 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset b32f2f777c5e23119f3daced9c96432d08d5bef7.
Updated by Dominic Cleal over 8 years ago
- Related to Refactor #7298: Remove Proxy::Virsh dependencies on dns and dhcp modules added
Actions