pyvmomi
由于出现错误,我正在尝试通过 python 脚本将 OVF 部署到 vSphere 5.5 The operation is not supported on the object
。我最能陷入这个错误的是通过打印ImportVApp.error
具有此输出的内容。
(vmodl.fault.NotSupported) {
dynamicType = <unset>,
dynamicProperty = (vmodl.DynamicProperty) [],
msg = 'The operation is not supported on the object.',
faultCause = <unset>,
faultMessage = (vmodl.LocalizableMessage) []
}
租约在初始化并给出上述错误后给出了我的错误。你可以在这里找到我的脚本。