Fix lint errors

Fix lint errors detected by lint plugins newly enabled.

Change-Id: I25607be14d1b53da5e6d93f562de0394835577b1
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
Takashi Kajinami
2025-09-14 04:49:06 +09:00
parent 1670e6d81b
commit 4f5017c3c0
3 changed files with 3 additions and 8 deletions

View File

@@ -30,6 +30,5 @@
class tempest::config ( class tempest::config (
Hash $tempest_config = {}, Hash $tempest_config = {},
) { ) {
create_resources('tempest_config', $tempest_config) create_resources('tempest_config', $tempest_config)
} }

View File

@@ -558,7 +558,6 @@ class tempest(
$auth_version = undef, $auth_version = undef,
$run_service_broker_tests = undef, $run_service_broker_tests = undef,
) { ) {
[ [
'glance_v2', 'glance_v2',
'identity_uri', 'identity_uri',
@@ -618,7 +617,6 @@ class tempest(
$tempest_conf = "${tempest_clone_path}/etc/tempest.conf" $tempest_conf = "${tempest_clone_path}/etc/tempest.conf"
} else { } else {
package { 'tempest': package { 'tempest':
ensure => $package_ensure, ensure => $package_ensure,
name => $tempest::params::package_name, name => $tempest::params::package_name,
@@ -952,7 +950,6 @@ class tempest(
tag => ['openstack', 'tempest-package'], tag => ['openstack', 'tempest-package'],
} }
} }
} }
if $nova_available and $configure_flavors { if $nova_available and $configure_flavors {

View File

@@ -69,4 +69,3 @@ class tempest::params {
} }
} }
} }