Do not use the deprecated service_type in unit tests

... because the parameter is ineffective now.

Change-Id: I6aead4793b936b68fbf2e7b140b5057379296a61
This commit is contained in:
Takashi Kajinami 2021-09-22 19:11:42 +09:00
parent 1ea01f7b06
commit d94ba5a10f
1 changed files with 0 additions and 1 deletions

View File

@ -42,7 +42,6 @@ describe 'ceilometer::keystone::auth' do
params.merge!({
:email => 'mighty-ceilometer@remotehost',
:auth_name => 'mighty-ceilometer',
:service_type => 'cloud-measuring',
:region => 'RegionFortyTwo',
:tenant => 'mighty-services',
})