【发布时间】:2015-11-14 03:33:57
【问题描述】:
由于出现错误The operation is not supported on the object,我正在尝试使用pyvmomi 的python 脚本将OVF 部署到vSphere 5.5。我最能解决此错误的方法是打印具有此输出的ImportVApp.error。
(vmodl.fault.NotSupported) {
dynamicType = <unset>,
dynamicProperty = (vmodl.DynamicProperty) [],
msg = 'The operation is not supported on the object.',
faultCause = <unset>,
faultMessage = (vmodl.LocalizableMessage) []
}
在初始化并给出上述错误后,租约给出了我的错误。你可以找到我的脚本here。
【问题讨论】: