Remove the ControllerCount contraint
authorSteven Hardy <shardy@redhat.com>
Wed, 20 Jul 2016 10:55:12 +0000 (11:55 +0100)
committerSteven Hardy <shardy@redhat.com>
Wed, 20 Jul 2016 10:55:12 +0000 (11:55 +0100)
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

overcloud.yaml

index aeb1c1b..4e00b97 100644 (file)
@@ -149,8 +149,6 @@ parameters:
   ControllerCount:
     type: number
     default: 1
-    constraints:
-      - range: {min: 1}
   controllerExtraConfig:
     default: {}
     description: |