Remove usage of the wrong puppet parameter

It seems that the ceilometer_messaging_use_ssl parameter doesn't exist
in puppet-tripleo.
The required parameter is set by the oslo_messaging_rpc_use_ssl
hieradata thus we don't need to set that non-existing parameter.

Change-Id: I99b4da8d4cbed3c383cbe801546eec9205af89cb
This commit is contained in:
Takashi Kajinami 2021-02-21 23:07:48 +09:00
parent 850f5a2814
commit 15b7529214
1 changed files with 0 additions and 7 deletions

View File

@ -70,12 +70,6 @@ parameters:
default: ['service']
description: Comma-seperated list of project names to ignore.
type: comma_delimited_list
RpcUseSSL:
default: false
description: >
Messaging client subscriber parameter to specify
an SSL connection to the messaging host.
type: string
EnableInternalTLS:
type: boolean
default: false
@ -175,7 +169,6 @@ outputs:
swift::proxy::ceilometer::nonblocking_notify: true
- {}
- swift::proxy::staticweb::url_base: {get_param: [EndpointMap, SwiftPublic, uri_no_suffix]}
tripleo::profile::base::swift::proxy::ceilometer_messaging_use_ssl: {get_param: RpcUseSSL}
tripleo::profile::base::swift::proxy::ceilometer_enabled: {get_param: SwiftCeilometerPipelineEnabled}
swift::proxy::keystone::operator_roles:
- admin