overcloud_compute.pp: remove nova_config params
authorEmilien Macchi <emilien@redhat.com>
Mon, 18 Jul 2016 13:20:46 +0000 (09:20 -0400)
committerEmilien Macchi <emilien@redhat.com>
Mon, 18 Jul 2016 13:20:46 +0000 (09:20 -0400)
Remove usage of nova_config for 2 parameters. The parameters were here
for legacy and should not be useful anymore.

Change-Id: Ifd4e89ff43ab7ebc5c69dec526696eb9902aa621

puppet/manifests/overcloud_compute.pp

index 7255db8..ab7f846 100644 (file)
@@ -17,12 +17,6 @@ include ::tripleo::packages
 include ::tripleo::firewall
 
 if hiera('step') >= 4 {
-
-  nova_config {
-    'DEFAULT/my_ip': value => $ipaddress;
-    'DEFAULT/linuxnet_interface_driver': value => 'nova.network.linux_net.LinuxOVSInterfaceDriver';
-  }
-
   hiera_include('compute_classes')
 }