From 01a5756f2ac80b5959f4e1110a01921d026f81a3 Mon Sep 17 00:00:00 2001 From: Alfredo Moralejo Date: Thu, 15 Dec 2016 10:10:08 +0100 Subject: [PATCH] Revert "Fix ci" This reverts commit b7166681864f30099ad51b05f1c1595c22b7728e. Change-Id: If46f2610cff3033200454bff830979efd4f56ec1 --- manifests/init.pp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/manifests/init.pp b/manifests/init.pp index d4ebefae3..94889d104 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -7,10 +7,6 @@ class openstack_integration { # TODO(aschultz): remove this when openstack-selinux is updated BZ#1402926 ensure => '0.7.4-2.el7' } - package { 'qemu-kvm-ev': - # TODO(zhongshengping): remove this when the dependency problem of qemu-kvm-ev is resolved - ensure => '2.3.0-31.0.el7_2.21.1' - } # Some packages provided by RDO are virtual # allow_virtual is false in Puppet 3 and will be true # in Puppet 4. So let's set it to True.