We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description
On LXD deploy error, the exception handling code syntax is wrong:
one/src/vmm_mad/remotes/lxd/deploy
Line 72 in 500017b
and might fail on
Tue Jul 14 11:02:47 2020 [Z0][VMM][I]: /var/tmp/one/vmm/lxd/deploy:72:in `rescue in <main>': undefined local variable or method `e' for main:Object (NameError) Tue Jul 14 11:02:47 2020 [Z0][VMM][I]: from /var/tmp/one/vmm/lxd/deploy:69:in `<main>' Tue Jul 14 11:02:47 2020 [Z0][VMM][I]: ExitCode: 1 Tue Jul 14 11:02:47 2020 [Z0][VMM][I]: Failed to execute virtualization driver operation: deploy.
To Reproduce E.g., drop necessary bridges (with dummy network driver), deploy LXD VM and get failure.
Details
The text was updated successfully, but these errors were encountered:
B #4977: Generate e (#98)
edd5162
Co-authored-by: Daniel Clavijo Coca <[email protected]> (cherry picked from commit a40e394)
B OpenNebula#4977: Generate e (OpenNebula#98)
f541b72
9d89705
Co-authored-by: Daniel Clavijo Coca <[email protected]>
b28138f
7cc8b18
No branches or pull requests
Description
On LXD deploy error, the exception handling code syntax is wrong:
one/src/vmm_mad/remotes/lxd/deploy
Line 72 in 500017b
and might fail on
To Reproduce
E.g., drop necessary bridges (with dummy network driver), deploy LXD VM and get failure.
Details
Progress Status
The text was updated successfully, but these errors were encountered: