aboutsummaryrefslogtreecommitdiffstats
path: root/overcloud.yaml
diff options
context:
space:
mode:
authorSteven Hardy <shardy@redhat.com>2016-07-20 11:55:12 +0100
committerSteven Hardy <shardy@redhat.com>2016-07-20 11:55:12 +0100
commitac1a10e26b0340c649c17d9cdbfa24979b6183cf (patch)
tree7dc42ae8f21a3a6658d7a0be49b224aa58ab473b /overcloud.yaml
parent970fcfcb58b2d0d26a39c2d9deab3a0301eb65ca (diff)
Remove the ControllerCount contraint
Some deployments want to deploy zero controllers, and this will become a more likely configuration when support for custom roles lands (e.g a set of decomposed custom roles vs the monolithic controller role may be deployed instead). Change-Id: Idb21779f3ad9d875576bdb5e6502ed27a72600ba
Diffstat (limited to 'overcloud.yaml')
-rw-r--r--overcloud.yaml2
1 files changed, 0 insertions, 2 deletions
diff --git a/overcloud.yaml b/overcloud.yaml
index aeb1c1bb..4e00b971 100644
--- a/overcloud.yaml
+++ b/overcloud.yaml
@@ -149,8 +149,6 @@ parameters:
ControllerCount:
type: number
default: 1
- constraints:
- - range: {min: 1}
controllerExtraConfig:
default: {}
description: |