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:
@@ -30,6 +30,5 @@
|
||||
class tempest::config (
|
||||
Hash $tempest_config = {},
|
||||
) {
|
||||
|
||||
create_resources('tempest_config', $tempest_config)
|
||||
}
|
||||
|
@@ -558,7 +558,6 @@ class tempest(
|
||||
$auth_version = undef,
|
||||
$run_service_broker_tests = undef,
|
||||
) {
|
||||
|
||||
[
|
||||
'glance_v2',
|
||||
'identity_uri',
|
||||
@@ -618,7 +617,6 @@ class tempest(
|
||||
|
||||
$tempest_conf = "${tempest_clone_path}/etc/tempest.conf"
|
||||
} else {
|
||||
|
||||
package { 'tempest':
|
||||
ensure => $package_ensure,
|
||||
name => $tempest::params::package_name,
|
||||
@@ -952,7 +950,6 @@ class tempest(
|
||||
tag => ['openstack', 'tempest-package'],
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
if $nova_available and $configure_flavors {
|
||||
|
@@ -69,4 +69,3 @@ class tempest::params {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user