Fix unreferenced msg from vmware_host (#43872)
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
55f8b9fa71
commit
bc84f69ae0
1 changed files with 1 additions and 1 deletions
|
@ -265,7 +265,7 @@ class VMwareHost(PyVmomi):
|
|||
host_connect_spec.sslThumbprint = task_error.thumbprint
|
||||
else:
|
||||
self.module.fail_json(msg="Failed to add host %s to vCenter: %s" % (self.esxi_hostname,
|
||||
to_native(task_error.msg)))
|
||||
to_native(task_error)))
|
||||
except vmodl.fault.NotSupported:
|
||||
self.module.fail_json(msg="Failed to add host %s to vCenter as host is"
|
||||
" being added to a folder %s whose childType"
|
||||
|
|
Loading…
Reference in a new issue