1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-02-26 09:57:23 +03:00

B #3440: Fix NSX_STATUS bad message format (#3968)

This commit is contained in:
Angel Luis Moya Gonzalez 2019-11-21 12:22:51 +01:00 committed by Tino Vázquez
parent 80805d9a29
commit 90a4f2353c

View File

@ -177,7 +177,7 @@ class ClusterComputeResource
return false
end
rescue StandardError => e
@nsx_status = 'NSX_STATUS = Error connecting to ' \
@nsx_status = 'NSX_STATUS = "Error connecting to ' \
"NSX_MANAGER\"\n"
return false
end
@ -194,7 +194,7 @@ class ClusterComputeResource
return false
end
rescue StandardError => e
@nsx_status = 'NSX_STATUS = Error connecting to '\
@nsx_status = 'NSX_STATUS = "Error connecting to '\
"NSX_MANAGER\"\n"
return false
end