diff options
-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 0c76f496..09115d8a 100644 --- a/controller.yaml +++ b/controller.yaml @@ -578,6 +578,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 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: |