From 17fb4db1ae60822fe5c684f953f5c1094ecb8adf Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Mon, 18 Jul 2016 10:38:35 -0400 Subject: Remove enable_load_balancer on nonha manifest The parameter is not used anywhere. Change-Id: I31bd2b0524038b3a3b45f1c5b95fb02ef6cfa903 --- puppet/manifests/overcloud_controller.pp | 2 -- 1 file changed, 2 deletions(-) (limited to 'puppet') diff --git a/puppet/manifests/overcloud_controller.pp b/puppet/manifests/overcloud_controller.pp index a4151d03..a635ef73 100644 --- a/puppet/manifests/overcloud_controller.pp +++ b/puppet/manifests/overcloud_controller.pp @@ -16,8 +16,6 @@ include ::tripleo::packages include ::tripleo::firewall -$enable_load_balancer = hiera('enable_load_balancer', true) - if hiera('step') >= 2 { # FIXME: this should only occur on the bootstrap host (ditto for db syncs) # Create all the database schemas -- cgit 1.2.3-korg