summaryrefslogtreecommitdiffstats
path: root/prototypes/puppet-infracloud/modules/opnfv/manifests/compute.pp
diff options
context:
space:
mode:
authorYolanda Robla Mota <yroblamo@redhat.com>2016-09-09 17:26:33 +0200
committerYolanda Robla Mota <yroblamo@redhat.com>2016-09-09 17:28:36 +0200
commit2bfe76df0d6c209167af087fbdea2abd1873f92c (patch)
treeb939b432ecb133d50fe927ca44bffda2901962d5 /prototypes/puppet-infracloud/modules/opnfv/manifests/compute.pp
parent800e58adc2ce000673f0293714cabdf17586a0e9 (diff)
Stop disabling selinux
It is already disabled in origin in puppet-infracloud, and it is causing an error with duplicates now. Change-Id: Ie40232c03138f1c8a1516895828c6cfd5730f9f7 Signed-Off-By: Yolanda Robla <yroblamo@redhat.com>
Diffstat (limited to 'prototypes/puppet-infracloud/modules/opnfv/manifests/compute.pp')
-rw-r--r--prototypes/puppet-infracloud/modules/opnfv/manifests/compute.pp8
1 files changed, 0 insertions, 8 deletions
diff --git a/prototypes/puppet-infracloud/modules/opnfv/manifests/compute.pp b/prototypes/puppet-infracloud/modules/opnfv/manifests/compute.pp
index 77908c0b8..ca548a5d5 100644
--- a/prototypes/puppet-infracloud/modules/opnfv/manifests/compute.pp
+++ b/prototypes/puppet-infracloud/modules/opnfv/manifests/compute.pp
@@ -8,14 +8,6 @@ class opnfv::compute (
$controller_public_address,
$virt_type = 'kvm',
) {
- # disable selinux if needed
- if $::osfamily == 'RedHat' {
- class { 'selinux':
- mode => 'permissive',
- before => Class['::infracloud::compute'],
- }
- }
-
class { '::infracloud::compute':
nova_rabbit_password => $nova_rabbit_password,
neutron_rabbit_password => $neutron_rabbit_password,