mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
M #-: fix undefined var in oneflow-server (#172)
This commit is contained in:
parent
c68e669d30
commit
18556ba947
@ -484,7 +484,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