]> review.fuel-infra Code Review - puppet-modules/puppet-ceilometer.git/commit
Use consistent names for service_credentials options
authorTakashi Kajinami <tkajinam@redhat.com>
Tue, 16 Feb 2021 02:54:05 +0000 (11:54 +0900)
committerTakashi Kajinami <tkajinam@redhat.com>
Sat, 20 Feb 2021 15:00:01 +0000 (00:00 +0900)
commit9a5323ad18b9bc0e15b514ea98449a3ea5d58b68
tree6b1b7dfea0ac0dfeb5ad7aabed33d098c1fe4bce
parentd27fbd3fed472a51670393a4a295ba6b16a35bea
Use consistent names for service_credentials options

This change renames ceilometer::agent::auth and its parameters to be
consistent with the section name and the parameter names in ceilometer
service. This allows operators more easily guess how the class and its
parameters correspond to the options in ceilometer.

Change-Id: I7ec7e5e36cad537117e8abb8fe0e67b8b8be48e9
manifests/agent/auth.pp
manifests/agent/service_credentials.pp [new file with mode: 0644]
releasenotes/notes/service_credentials-c8bf6bbf763bc08e.yaml [new file with mode: 0644]
spec/classes/ceilometer_agent_auth_spec.rb
spec/classes/ceilometer_agent_service_credentials_spec.rb [new file with mode: 0644]