From cd5ba32311f63fb219e026ed6a96bcefe0fd25ca Mon Sep 17 00:00:00 2001 From: Giulio Fidente Date: Thu, 21 May 2015 11:51:48 +0200 Subject: Remove unused EnablePacemaker param from templates Use of Pacemaker is governed by the resource registry since change Ibefb80d0d8f98404133e4c31cf078d729b64dac3. The param stayed longer in the template to prevent breakage of scripts which could have passed it when launching stack-create, despite it being ignored. This change removes the param entirely. Change-Id: I026ce391319a4306c4b81a15652e3cad470e5cb7 Depends-On: I775724b207c737043a2a418a3ec8ede2cbaa8fa0 --- controller.yaml | 5 ----- 1 file changed, 5 deletions(-) (limited to 'controller.yaml') diff --git a/controller.yaml b/controller.yaml index d5d63cd8..19570734 100644 --- a/controller.yaml +++ b/controller.yaml @@ -71,11 +71,6 @@ parameters: default: true description: Whether to use Galera instead of regular MariaDB. type: boolean - EnablePacemaker: - default: false - description: If enabled services will be monitored by Pacemaker; it - will manage VIPs as well, in place of Keepalived. - type: boolean EnableCephStorage: default: false description: Whether to deploy Ceph Storage (OSD) on the Controller -- cgit 1.2.3-korg