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 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: |