diff options
author | Jenkins <jenkins@review.openstack.org> | 2014-12-09 17:51:11 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2014-12-09 17:51:11 +0000 |
commit | 39c9406d456bdc755bfc6c2c8ddf94a05a33df12 (patch) | |
tree | 16c0a1e085bfcb1a719eaaa6941c1d16a841615c | |
parent | b91f8cd4928d82a84ac291cd5320b9952a01c4ae (diff) | |
parent | 61172031135814f34f139c51453154af86e47e44 (diff) |
Merge "bump up the number of sesson limit for rabbitmq"
-rw-r--r-- | controller.yaml | 1 | ||||
-rw-r--r-- | overcloud-source.yaml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/controller.yaml b/controller.yaml index cf5962da..359cbfc1 100644 --- a/controller.yaml +++ b/controller.yaml @@ -637,6 +637,7 @@ resources: options: - timeout client 0 - timeout server 0 + - maxconn 1500 ControllerPassthroughConfig: type: OS::Heat::StructuredConfig diff --git a/overcloud-source.yaml b/overcloud-source.yaml index 914f1872..37de2835 100644 --- a/overcloud-source.yaml +++ b/overcloud-source.yaml @@ -806,6 +806,7 @@ resources: options: - timeout client 0 - timeout server 0 + - maxconn 1500 controllerPassthrough: type: OS::Heat::StructuredConfig properties: |