Remove leftovers of gate fix reviews

This was implemented in https://review.openstack.org/#/c/410619/
and shouldn't be required anymore after
https://review.openstack.org/#/c/411179/

Change-Id: I5497f0d58856d4fc1219ee078e86ce398582c4e4
This commit is contained in:
Alfredo Moralejo 2016-12-16 10:46:40 +01:00
parent 487a812e7c
commit 4801dd0ce3
1 changed files with 0 additions and 6 deletions

View File

@ -69,12 +69,6 @@ describe 'basic nova' do
virtlock_service_name => false,
virtlog_service_name => false,
}
# FIXME(jpena): this is only here to avoid an attempted downgrade
# of qemu-kvm-ev. Remove after https://review.openstack.org/411179
# is merged
if $::osfamily == 'RedHat' {
Package['qemu-kvm-ev'] -> Class['nova::compute::libvirt::services']
}
class { '::nova::scheduler': }
class { '::nova::vncproxy': }