diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-07-13 13:55:43 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-07-13 13:55:43 +0000 |
commit | f1a0561367d8e687200278ba0bdfee959aae6b6a (patch) | |
tree | 965ead80eca551f69bee862b273b1bffc9420494 | |
parent | 18c86b0a0d8319d2b89f94af4a9d235f659cb796 (diff) | |
parent | 697d816cd840795579d32e31e3289390d381233f (diff) |
Merge "Make Rabbit parameters consistent"
-rw-r--r-- | puppet/services/qdr.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/puppet/services/qdr.yaml b/puppet/services/qdr.yaml index 0659a945..433556f3 100644 --- a/puppet/services/qdr.yaml +++ b/puppet/services/qdr.yaml @@ -28,14 +28,14 @@ parameters: type: json RabbitUserName: default: guest - description: The username for Qdr + description: The username for RabbitMQ type: string RabbitPassword: - description: The password for Qdr + description: The password for RabbitMQ type: string hidden: true RabbitClientPort: - description: Listening port for Qdr + description: Set rabbit subscriber port, change this if using SSL default: 5672 type: number MonitoringSubscriptionQdr: |