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
This commit is contained in:
Ben Nemec 2017-06-26 17:29:34 -05:00
parent ccc37ba861
commit 697d816cd8
1 changed files with 3 additions and 3 deletions

View 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: