diff options
Diffstat (limited to 'os-apply-config/controller.yaml')
-rw-r--r-- | os-apply-config/controller.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/os-apply-config/controller.yaml b/os-apply-config/controller.yaml index 18dcc8eb..a317d7a0 100644 --- a/os-apply-config/controller.yaml +++ b/os-apply-config/controller.yaml @@ -466,6 +466,10 @@ parameters: default: 5672 description: Set rabbit subscriber port, change this if using SSL type: number + RabbitFDLimit: + default: 16384 + description: Configures RabbitMQ FD limit + type: string RedisVirtualIP: type: string default: '' # Has to be here because of the ignored empty value bug |