aboutsummaryrefslogtreecommitdiffstats
path: root/overcloud-source.yaml
diff options
context:
space:
mode:
authorJerry Zhao <zhaoxinyu@huawei.com>2014-11-25 09:02:13 -0800
committerJerry Zhao <zhaoxinyu@huawei.com>2014-11-28 03:11:59 -0800
commit61172031135814f34f139c51453154af86e47e44 (patch)
tree9f304940d60d2c8db1e9a56d6d2e926de0174262 /overcloud-source.yaml
parent47b452dd0d81b7cf35cf29fc21dee94d335de789 (diff)
bump up the number of sesson limit for rabbitmq
the default maxconn is only 150, which maybe good for api services but not enough for the rabbitmq session in a cluster as small as 15 nodes. so bump up the number to 1500 for rabbitmq to allow for 100 nodes. this number should be calculated based on the scale numbers in the long run. Closes-bug: #1386406 Change-Id: Ieb707b31022a6fc9ade32ed2a332b67bf4dc0311
Diffstat (limited to 'overcloud-source.yaml')
-rw-r--r--overcloud-source.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/overcloud-source.yaml b/overcloud-source.yaml
index c08dcbde..bbce9f3b 100644
--- a/overcloud-source.yaml
+++ b/overcloud-source.yaml
@@ -835,6 +835,7 @@ resources:
options:
- timeout client 0
- timeout server 0
+ - maxconn 1500
controllerPassthrough:
type: OS::Heat::StructuredConfig
properties: