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:
@@ -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': }
|
||||
|
||||
|
Reference in New Issue
Block a user