diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-04-27 19:20:24 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-04-27 19:20:24 +0000 |
commit | d3f842ecd01db3f833e14a5377e9c31ed6801838 (patch) | |
tree | a752ff124e274b92d4efdcd5eb15c5e89b65987d /puppet/services/rabbitmq.yaml | |
parent | 69a9cb64a44aef1e620c762119900c31881603c2 (diff) | |
parent | 90fc4b2e27ef6f612a82dfc5e08884629d0fe0bf (diff) |
Merge "Change the default for rabbitmq back to ha-mode: all"
Diffstat (limited to 'puppet/services/rabbitmq.yaml')
-rw-r--r-- | puppet/services/rabbitmq.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/puppet/services/rabbitmq.yaml b/puppet/services/rabbitmq.yaml index 47479783..d69da3e1 100644 --- a/puppet/services/rabbitmq.yaml +++ b/puppet/services/rabbitmq.yaml @@ -40,10 +40,10 @@ parameters: hidden: true RabbitHAQueues: description: - The number of HA queues to be configured in rabbit. The default is 0 which will - be automatically overridden to CEIL(N/2) where N is the number of nodes running - rabbitmq. - default: 0 + The number of HA queues to be configured in rabbit. The default is -1 which + translates to "ha-mode all". The special value 0 will be automatically + overridden to CEIL(N/2) where N is the number of nodes running rabbitmq. + default: -1 type: number MonitoringSubscriptionRabbitmq: default: 'overcloud-rabbitmq' |