From 21eed9350afeeb56210923a1e9aa68d7eb8fc7e6 Mon Sep 17 00:00:00 2001 From: Giulio Fidente Date: Wed, 18 Mar 2015 14:57:56 -0400 Subject: Ensure all Rabbit params are propagated to interested nodes. Change-Id: I1bb8ee15d361638d77c5df7f8c03561c34f4c88f --- cinder-storage.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'cinder-storage.yaml') diff --git a/cinder-storage.yaml b/cinder-storage.yaml index 895b9d5c..7eab89a6 100644 --- a/cinder-storage.yaml +++ b/cinder-storage.yaml @@ -76,6 +76,16 @@ parameters: RabbitUserName: default: '' 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 -- cgit 1.2.3-korg