rpms: ovirt-engine-3.4.0-0.5.beta1.el6.noarch ovirt-engine-sdk-python-3.4.0.2-1.20140114.gitbaccf38.el6 Appears in api.xsd: <xs:element name="external_id" type="xs:string" minOccurs="0" maxOccurs="1"/>> doesn't appear in python sdk (and most probably doesn't appear in java sdk too)
This property has been added after the latest refresh of the SDKs. It will be available in the next release.
raising severity to urgent since it is tier 0 bug
The packages containing the fix for this issue are available here: http://jhernand.fedorapeople.org/rpms/ovirt-engine-sdk-python/3.4.0.4-1/
imeerovi@imeerovi ~/git/ART (RHEVM-979-dc-search) $ rpm -q ovirt-engine-sdk-python ovirt-engine-sdk-python-3.4.0.4-1.el6.noarch imeerovi@imeerovi ~/git/ART (RHEVM-979-dc-search) $ bpython >>> from ovirtsdk.xml import params >>> from ovirtsdk.api import API >>> api = API(url='https://ilia-rhevm.qa.lab.tlv.redhat.com:443', username='admin@internal', password='123456', insecure=True) >>> usr = api.users.list()[0] >>> usr.get_external_id() 'fdfc627cd87511e090f083df133b58cc' >>>
this is an automated message: moving to Closed CURRENT RELEASE since oVirt 3.4.0 has been released