RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1550513 - TypeError: 'OSXML' object is not iterable
Summary: TypeError: 'OSXML' object is not iterable
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: virt-manager
Version: 7.5
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: rc
: ---
Assignee: Pavel Hrdina
QA Contact: Virtualization Bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-03-01 11:20 UTC by Xiaodai Wang
Modified: 2019-08-06 13:08 UTC (History)
4 users (show)

Fixed In Version: virt-manager-1.5.0-2.el7
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-08-06 13:07:59 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2019:2232 0 None None None 2019-08-06 13:08:11 UTC

Description Xiaodai Wang 2018-03-01 11:20:35 UTC
Description of problem:
TypeError: 'OSXML' object is not iterable

Version-Release number of selected component (if applicable):
virt-manager-1.4.3-3.el7.noarch

How reproducible:
100%

Steps to Reproduce:
#  /usr/share/virt-manager/virt-xml test --build-xml --boot os_type=hvm --debug
[Thu, 01 Mar 2018 19:14:59 virt-xml 28339] DEBUG (cli:264) Launched with command line: /usr/share/virt-manager/virt-xml test --build-xml --boot os_type=hvm --debug
[Thu, 01 Mar 2018 19:14:59 virt-xml 28339] DEBUG (cli:278) Requesting libvirt URI default
[Thu, 01 Mar 2018 19:14:59 virt-xml 28339] DEBUG (cli:281) Received libvirt URI qemu:///system
[Thu, 01 Mar 2018 19:14:59 virt-xml 28339] DEBUG (cli:316)   File "/usr/share/virt-manager/virt-xml", line 486, in <module>
    fail(main_e)
  File "/usr/share/virt-manager/virtinst/cli.py", line 316, in fail
    logging.debug("".join(traceback.format_stack()))

[Thu, 01 Mar 2018 19:14:59 virt-xml 28339] ERROR (cli:317) 'OSXML' object is not iterable
[Thu, 01 Mar 2018 19:14:59 virt-xml 28339] DEBUG (cli:319) 
Traceback (most recent call last):
  File "/usr/share/virt-manager/virt-xml", line 479, in <module>
    sys.exit(main())
  File "/usr/share/virt-manager/virt-xml", line 456, in main
    for dev in devs:
TypeError: 'OSXML' object is not iterable


Actual results:
TypeError: 'OSXML' object is not iterable

Expected results:
os xml should be built successfully.

Additional info:

Comment 5 ysu@redhat.com 2019-04-30 08:55:43 UTC
I can reproduce this issue with package:
virt-manager-1.4.3-3.el7.noarch

Then try to verify this bug with new build:
virt-manager-1.5.0-3.el7.noarch
virt-install-1.5.0-3.el7.noarch
libvirt-4.5.0-15.el7.x86_64
qemu-kvm-rhev-2.12.0-27.el7.x86_64
libvirt-python-4.5.0-1.el7.

Steps:

1.Check os_type for virt-xml.
1.1 #/usr/share/virt-manager/virt-xml test --build-xml --boot os_type=hvm
<os>
  <type arch="x86_64">hvm</type>
</os>

Result:The os_xml has been built with hvm successfully.

I move this bug from ON_QA to VERIFIED based on above testing.

Comment 7 errata-xmlrpc 2019-08-06 13:07:59 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2019:2232


Note You need to log in before you can comment on or make changes to this bug.