Bug 1473065 - No package python-virtinst available.
Summary: No package python-virtinst available.
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: ovirt-release
Classification: oVirt
Component: CentOS
Version: ---
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: ---
: ---
Assignee: Michal Skrivanek
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-07-20 00:42 UTC by loloevian
Modified: 2017-07-20 06:03 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-07-20 04:55:45 UTC
oVirt Team: Virt
Embargoed:


Attachments (Terms of Use)

Description loloevian 2017-07-20 00:42:49 UTC
Hello everyone ,

When I tried to install this package : python-virtinst, isn't available.

OS :
[root@localhost test]# cat /etc/*-release
CentOS Linux release 7.3.1611 (Core)
NAME="CentOS Linux"
VERSION="7 (Core)"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="7"
PRETTY_NAME="CentOS Linux 7 (Core)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:centos:centos:7"
HOME_URL="https://www.centos.org/"
BUG_REPORT_URL="https://bugs.centos.org/"

CENTOS_MANTISBT_PROJECT="CentOS-7"
CENTOS_MANTISBT_PROJECT_VERSION="7"
REDHAT_SUPPORT_PRODUCT="centos"
REDHAT_SUPPORT_PRODUCT_VERSION="7"

CentOS Linux release 7.3.1611 (Core)
CentOS Linux release 7.3.1611 (Core)


I want to use this command line to generate UUID and MAC :

#!/usr/bin/env python
#  -*- mode: python; -*-
print ""
print "New UUID:"
import virtinst.util ; print virtinst.util.uuidToString(virtinst.util.randomUUID())
print "New MAC:"
import virtinst.util ; print virtinst.util.randomMAC()
print ""


Best regards
Laurent

Comment 1 Michal Skrivanek 2017-07-20 04:55:45 UTC
That package is not part of oVirt. Please file a bug against CentOS/RHEL
Note virt-python functionality was merged into virt-manager (again not part of oVirt)


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