diff options
author | Jenkins <jenkins@review.openstack.org> | 2015-04-01 08:49:39 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2015-04-01 08:49:39 +0000 |
commit | 76a8a88486e44e761571e1f9d46696aa669fa7ec (patch) | |
tree | 6ff8b156bc51dcc4c0ae7e3723a8eb266bc1936b /cinder-storage.yaml | |
parent | 8eec7d77584f883456653339eb99976ddea62ea1 (diff) | |
parent | 21eed9350afeeb56210923a1e9aa68d7eb8fc7e6 (diff) |
Merge "Ensure all Rabbit params are propagated to interested nodes."
Diffstat (limited to 'cinder-storage.yaml')
-rw-r--r-- | cinder-storage.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
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 |