diff options
author | Ben Nemec <bnemec@redhat.com> | 2017-06-26 17:29:34 -0500 |
---|---|---|
committer | Ben Nemec <bnemec@redhat.com> | 2017-06-28 11:54:32 -0500 |
commit | 697d816cd840795579d32e31e3289390d381233f (patch) | |
tree | 494b31f2682667dc517cadd95c37dacc055686c8 /puppet | |
parent | ccc37ba8613772542ba0de8b9c78d48f38c68ab2 (diff) |
Make Rabbit parameters consistent
The Qdr service appears to have hijacked these parameters for its
own use. I don't think it should have done that in the first place,
but at least the parameter descriptions need to be kept consistent
with the other services.
Partial-Bug: 1700664
Change-Id: I6d9a075a99f33e9deacaf5b10a6ea7b0a234b942
Diffstat (limited to 'puppet')
-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: |