diff options
author | Jenkins <jenkins@review.openstack.org> | 2015-10-13 15:59:42 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2015-10-13 15:59:42 +0000 |
commit | a3763aae276ad12e6762e98f8e44d24492c70ed9 (patch) | |
tree | 8d52e471a5523ce49e561189bfa2b6ffeeb56fb7 /os-apply-config/controller.yaml | |
parent | a0497f19c34c79bd725219b0243bcca54a24f971 (diff) | |
parent | ef7d2abd4051c891f36e7b0cac175a5835694986 (diff) |
Merge "Parameterize RabbitMQ FD limit"
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 |