1
0
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:
Alejandro Huertas Herrero 2020-08-31 11:42:36 +02:00 committed by Tino Vazquez
parent fa51f18fd4
commit 9ada269303
No known key found for this signature in database
GPG Key ID: 2FE9C32E94AEABBE

View File

@ -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]