Fix unreferenced msg from vmware_host (#43872)

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
pull/43877/head
Abhijeet Kasurde 6 years ago committed by GitHub
parent 55f8b9fa71
commit bc84f69ae0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -265,7 +265,7 @@ class VMwareHost(PyVmomi):
host_connect_spec.sslThumbprint = task_error.thumbprint host_connect_spec.sslThumbprint = task_error.thumbprint
else: else:
self.module.fail_json(msg="Failed to add host %s to vCenter: %s" % (self.esxi_hostname, 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: except vmodl.fault.NotSupported:
self.module.fail_json(msg="Failed to add host %s to vCenter as host is" self.module.fail_json(msg="Failed to add host %s to vCenter as host is"
" being added to a folder %s whose childType" " being added to a folder %s whose childType"

Loading…
Cancel
Save