aboutsummaryrefslogtreecommitdiffstats
path: root/compute.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-04-01 08:49:39 +0000
committerGerrit Code Review <review@openstack.org>2015-04-01 08:49:39 +0000
commit76a8a88486e44e761571e1f9d46696aa669fa7ec (patch)
tree6ff8b156bc51dcc4c0ae7e3723a8eb266bc1936b /compute.yaml
parent8eec7d77584f883456653339eb99976ddea62ea1 (diff)
parent21eed9350afeeb56210923a1e9aa68d7eb8fc7e6 (diff)
Merge "Ensure all Rabbit params are propagated to interested nodes."
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 46938ec2..3723169c 100644
--- a/compute.yaml
+++ b/compute.yaml
@@ -224,6 +224,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