diff --git a/src/vnm_mad/remotes/security_groups/SecurityGroups.rb b/src/vnm_mad/remotes/security_groups/SecurityGroups.rb index 6dff639da7..5fd38800a6 100644 --- a/src/vnm_mad/remotes/security_groups/SecurityGroups.rb +++ b/src/vnm_mad/remotes/security_groups/SecurityGroups.rb @@ -517,6 +517,7 @@ class OpenNebulaSG < OpenNebulaNetwork begin commands.run! rescue Exception => e + unlock raise OpenNebulaSGError.new(:bootstrap, e) end @@ -533,6 +534,7 @@ class OpenNebulaSG < OpenNebulaNetwork begin sg.run! rescue Exception => e + unlock raise OpenNebulaSGError.new(:security_groups, e) end end