Make Rabbit parameters consistent
authorBen Nemec <bnemec@redhat.com>
Mon, 26 Jun 2017 22:29:34 +0000 (17:29 -0500)
committerBen Nemec <bnemec@redhat.com>
Wed, 28 Jun 2017 16:54:32 +0000 (11:54 -0500)
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

index 0659a94..433556f 100644 (file)
@@ -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: