mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
M #-: fix undefined var in oneflow-server (#172)
(cherry picked from commit 18556ba947a3f73907bda1d3490f042a87db79bf)
This commit is contained in:
parent
fa51f18fd4
commit
9ada269303
@ -468,7 +468,7 @@ module OpenNebula
|
||||
rc = shutdown_nodes(nodes, n_nodes, recover)
|
||||
|
||||
unless rc[0]
|
||||
return [false, "Error undeploying nodes for role #{id}"]
|
||||
return [false, "Error undeploying nodes for role `#{name}`"]
|
||||
end
|
||||
|
||||
[rc[1], nil]
|
||||
|
Loading…
x
Reference in New Issue
Block a user