aboutsummaryrefslogtreecommitdiffstats
path: root/compute.yaml
diff options
context:
space:
mode:
authorGiulio Fidente <gfidente@redhat.com>2015-03-18 14:57:56 -0400
committerGiulio Fidente <gfidente@redhat.com>2015-03-19 10:46:02 -0400
commit21eed9350afeeb56210923a1e9aa68d7eb8fc7e6 (patch)
tree8a35de327bfc651b1c56df7459b6d12e0fe79e59 /compute.yaml
parentf3278b40d35bc2003abb8bbd0b7d3eb25025d435 (diff)
Ensure all Rabbit params are propagated to interested nodes.
Change-Id: I1bb8ee15d361638d77c5df7f8c03561c34f4c88f
Diffstat (limited to 'compute.yaml')
-rw-r--r--compute.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/compute.yaml b/compute.yaml
index c776d9dd..1bc59e14 100644
--- a/compute.yaml
+++ b/compute.yaml
@@ -222,6 +222,16 @@ parameters:
default: guest
description: The username for RabbitMQ
type: string
+ RabbitClientUseSSL:
+ default: false
+ description: >
+ Rabbit client subscriber parameter to specify
+ an SSL connection to the RabbitMQ host.
+ type: string
+ RabbitClientPort:
+ default: 5672
+ description: Set rabbit subscriber port, change this if using SSL
+ type: number
SnmpdReadonlyUserName:
default: ro_snmp_user
description: The user name for SNMPd with readonly rights running on all Overcloud nodes