Change in vdsm[ovirt-3.4]: caps: Add support for vdsm3 package

dkuznets at redhat.com dkuznets at redhat.com
Thu Apr 10 14:13:28 UTC 2014


Dima Kuznetsov has uploaded a new change for review.

Change subject: caps: Add support for vdsm3 package
......................................................................

caps: Add support for vdsm3 package

el7 renames vdsm to vdsm3, causing no package info to be sent to the
engine.

Change-Id: I39a06dd859e903aafd402ee681b24863da97641e
Bug-url: https://bugzilla.redhat.com/show_bug.cgi?id=1083946
Signed-off-by: Dima Kuznetsov <dkuznets at redhat.com>
---
M vdsm/caps.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/85/26685/1

diff --git a/vdsm/caps.py b/vdsm/caps.py
index b260d29..f7cd15c 100644
--- a/vdsm/caps.py
+++ b/vdsm/caps.py
@@ -437,7 +437,7 @@
     if getos() in (OSName.RHEVH, OSName.OVIRT, OSName.FEDORA, OSName.RHEL):
         KEY_PACKAGES = {'qemu-kvm': ('qemu-kvm', 'qemu-kvm-rhev'),
                         'qemu-img': ('qemu-img', 'qemu-img-rhev'),
-                        'vdsm': ('vdsm',),
+                        'vdsm': ('vdsm', 'vdsm3'),
                         'spice-server': ('spice-server',),
                         'libvirt': ('libvirt', 'libvirt-daemon-kvm'),
                         'mom': ('mom',),


-- 
To view, visit http://gerrit.ovirt.org/26685
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I39a06dd859e903aafd402ee681b24863da97641e
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: ovirt-3.4
Gerrit-Owner: Dima Kuznetsov <dkuznets at redhat.com>


More information about the vdsm-patches mailing list