Files
vagrant-libvirt/spec/unit
Darragh Bailey 316ca8e1d4 Reduce nested rescues in start domain (#1573)
Remove the unnecessary nesting of begin/rescue entries in start domain
which partially existed due to vagrant-libvirt destroying domain
definitions on error, even for machines that had previously been
created.

Since this is no longer a problem as existing domains will be halted
rather than removed when an exception occurs, it is perfectly fine to
let the exception percolate upwards and be handled by the warden, which
is what the current code is doing, but at the expense of catching and
re-raising multiple times.
2022-09-03 16:28:56 +01:00
..
2022-08-16 17:44:11 +01:00
2022-08-08 22:44:45 +00:00
2022-08-08 22:46:07 +00:00
2022-08-08 22:44:45 +00:00