From 697d816cd840795579d32e31e3289390d381233f Mon Sep 17 00:00:00 2001 From: Ben Nemec Date: Mon, 26 Jun 2017 17:29:34 -0500 Subject: 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 --- puppet/services/qdr.yaml | 6 +++--- 1 file 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: -- cgit 1.2.3-korg