diff options
author | Steven Hardy <shardy@redhat.com> | 2016-07-20 11:55:12 +0100 |
---|---|---|
committer | Steven Hardy <shardy@redhat.com> | 2016-07-20 11:55:12 +0100 |
commit | ac1a10e26b0340c649c17d9cdbfa24979b6183cf (patch) | |
tree | 7dc42ae8f21a3a6658d7a0be49b224aa58ab473b | |
parent | 970fcfcb58b2d0d26a39c2d9deab3a0301eb65ca (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
-rw-r--r-- | overcloud.yaml | 2 |
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: | |