Bug 841552

Summary: livemedia-creator requests libvirt to be installed, although it has already been installed
Product: [Fedora] Fedora Reporter: Jan Stodola <jstodola>
Component: loraxAssignee: Brian Lane <bcl>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: 17CC: anaconda-maint-list, bcl, mgracik
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: lorax-18.11-1 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-07-21 00:51:36 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jan Stodola 2012-07-19 11:32:11 UTC
Description of problem:
livemedia-creator requests libvirt to be installed, although it has already been installed:

[root@melfina live]# livemedia-creator --make-iso --iso live.iso 
2012-07-19 03:13:54,895: virt-install requires libvirt to be installed.
[root@melfina live]# rpm -q libvirt
libvirt-0.9.11.4-3.fc17.x86_64
[root@melfina live]# rpm -q lorax
lorax-17.26-1.fc17.x86_64
[root@melfina live]#

Version-Release number of selected component (if applicable):
lorax-17.26-1.fc17.x86_64

How reproducible:
always

Steps to Reproduce:
1. livemedia-creator --make-iso --iso live.iso
  
Actual results:
[root@melfina live]# livemedia-creator --make-iso --iso live.iso 
2012-07-19 03:13:54,895: virt-install requires libvirt to be installed.

Expected results:
livemedia-creator shows proper error message

Comment 1 Jan Stodola 2012-07-19 11:52:54 UTC
libvirt-python is the package that needs to be installed.