Fix lint errors with the latest lint packages
This change fixes the following lint errors discovered since we removed
pin of lint packages.
manifests/agents/ml2/networking_baremetal.pp:99:WARNING: No matching
class parameter for documentation of
neutron::agents::ml2::networking_baremetal::user_domain_id
manifests/agents/ml2/networking_baremetal.pp:95:WARNING: No matching
class parameter for documentation of
neutron::agents::ml2::networking_baremetal::project_domain_id
manifests/server.pp:275:WARNING: class included by absolute name
(::$class)
The first two errors are caused by leftover of
4b39bef363
Change-Id: Ibd4d25b1f4e658667a522db5dd450fa47867e92f
This commit is contained in:
parent
65395243f7
commit
4fafcc5b5a
@ -90,16 +90,6 @@
|
||||
# ironic-neutron-agent config.
|
||||
# Defaults to false.
|
||||
#
|
||||
# DEPRECATED PARAMETERS
|
||||
#
|
||||
# [*project_domain_id*]
|
||||
# (optional) Domain ID containing project
|
||||
# Defaults to undef
|
||||
#
|
||||
# [*user_domain_id*]
|
||||
# (optional) User's domain ID for connection to ironic in admin context
|
||||
# Defaults to undef
|
||||
#
|
||||
class neutron::agents::ml2::networking_baremetal (
|
||||
$password,
|
||||
$enabled = true,
|
||||
|
@ -272,7 +272,7 @@ class neutron::server (
|
||||
$igmp_snooping_enable = $::os_service_default,
|
||||
# DEPRECATED PARAMETERS
|
||||
$ensure_fwaas_package = undef,
|
||||
) inherits ::neutron::params {
|
||||
) inherits neutron::params {
|
||||
|
||||
include neutron::deps
|
||||
include neutron::db
|
||||
|
Loading…
Reference in New Issue
Block a user