Designate: Clean up deprecated Rabbit* parameters
The Rabbit* parameters in designate templates were deprecated when
the Rabbit* parameters were deprecated[1] in all template files, but
these parameters were not removed by the clean up commit later.
This change removes these leftovers because these parameters have
been ineffective for a while.
[1] 405366fa32
Change-Id: If071cb8b99698f511d692263f196e1a9f9c78b1e
This commit is contained in:
parent
dfbb21ea6d
commit
3da4283521
@ -41,42 +41,11 @@ parameters:
|
||||
description: >
|
||||
Remove configuration that is not generated by TripleO. Used to avoid
|
||||
configuration remnants after upgrades.
|
||||
RabbitPassword:
|
||||
description: The password for RabbitMQ
|
||||
type: string
|
||||
hidden: true
|
||||
RabbitUserName:
|
||||
default: guest
|
||||
description: The username for RabbitMQ
|
||||
type: string
|
||||
RabbitClientUseSSL:
|
||||
default: false
|
||||
description: >
|
||||
Rabbit client subscriber parameter to specify
|
||||
an SSL connection to the RabbitMQ host.
|
||||
type: string
|
||||
RabbitClientPort:
|
||||
default: 5672
|
||||
description: Set rabbit subscriber port, change this if using SSL
|
||||
type: number
|
||||
NotificationDriver:
|
||||
type: comma_delimited_list
|
||||
default: 'noop'
|
||||
description: Driver or drivers to handle sending notifications.
|
||||
|
||||
parameter_groups:
|
||||
- label: deprecated
|
||||
description: |
|
||||
The following parameters are deprecated and will be removed. They should not
|
||||
be relied on for new deployments. If you have concerns regarding deprecated
|
||||
parameters, please contact the TripleO development team on IRC or the
|
||||
OpenStack mailing list.
|
||||
parameters:
|
||||
- RabbitPassword
|
||||
- RabbitUserName
|
||||
- RabbitClientUseSSL
|
||||
- RabbitClientPort
|
||||
|
||||
outputs:
|
||||
role_data:
|
||||
description: Base role data for Designate services
|
||||
|
Loading…
Reference in New Issue
Block a user