Remove NFS bits from overcloud_compute manifest

They moved to puppet-tripleo.

Change-Id: Idd4488fc4b1e8e8024d47f6e3d83ac4f3cecd088
Depends-On: I75d68cc766ad274b16b22f43b7d34d02ab26de13
This commit is contained in:
Emilien Macchi 2016-06-22 14:21:17 -04:00
parent f733b2edd1
commit c0b15ba547
1 changed files with 0 additions and 12 deletions

View File

@ -47,18 +47,6 @@ if hiera('step') >= 4 {
include ::ceph::profile::client
}
if hiera('cinder_enable_nfs_backend', false) {
if str2bool($::selinux) {
selboolean { 'virt_use_nfs':
value => on,
persistent => true,
} -> Package['nfs-utils']
}
package { 'nfs-utils': } -> Service['nova-compute']
}
# TODO(emilien): figure if we *really* need those 2 parameters:
nova_config {
'DEFAULT/my_ip': value => $ipaddress;
'DEFAULT/linuxnet_interface_driver': value => 'nova.network.linux_net.LinuxOVSInterfaceDriver';