Prepare for voxpupuli-puppet-lint-plugins
Fix new lint errors detected when full of the voxpupili lint plugins are enabled. Change-Id: Ie866db54a2c8f1f7b2bfa67077934118cdf7ffa3 Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
@@ -42,4 +42,3 @@ class { 'neutron::agents::l3':
|
||||
enabled => false,
|
||||
manage_service => false,
|
||||
}
|
||||
|
||||
|
@@ -94,7 +94,6 @@ class neutron::agents::bagpipe (
|
||||
Boolean $purge_config = false,
|
||||
$local_address = $facts['networking']['ip'],
|
||||
) {
|
||||
|
||||
include neutron::deps
|
||||
include neutron::params
|
||||
|
||||
|
@@ -53,7 +53,6 @@ class neutron::agents::bgp_dragent(
|
||||
$bgp_router_id = $facts['networking']['ip'],
|
||||
Boolean $purge_config = false,
|
||||
) {
|
||||
|
||||
include neutron::deps
|
||||
include neutron::params
|
||||
|
||||
|
@@ -161,7 +161,6 @@ class neutron::agents::dhcp (
|
||||
$report_interval = $facts['os_service_default'],
|
||||
$rpc_response_max_timeout = $facts['os_service_default'],
|
||||
) {
|
||||
|
||||
include neutron::deps
|
||||
include neutron::params
|
||||
|
||||
|
@@ -36,7 +36,6 @@ class neutron::agents::fwaas (
|
||||
$firewall_l2_driver = $facts['os_service_default'],
|
||||
Boolean $purge_config = false,
|
||||
) {
|
||||
|
||||
include neutron::deps
|
||||
include neutron::params
|
||||
|
||||
|
@@ -1,7 +1,6 @@
|
||||
# == Class: neutron::agents::l2gw
|
||||
#
|
||||
# Installs and configures the Neutron L2gw service
|
||||
|
||||
#
|
||||
# === Parameters
|
||||
#
|
||||
@@ -85,7 +84,6 @@ class neutron::agents::l2gw (
|
||||
$socket_timeout = '30',
|
||||
Boolean $purge_config = false,
|
||||
) {
|
||||
|
||||
include neutron::deps
|
||||
include neutron::params
|
||||
|
||||
|
@@ -217,7 +217,6 @@ class neutron::agents::l3 (
|
||||
$network_log_local_output_log_base = $facts['os_service_default'],
|
||||
Boolean $purge_config = false,
|
||||
) {
|
||||
|
||||
include neutron::deps
|
||||
include neutron::params
|
||||
|
||||
|
@@ -95,7 +95,6 @@ class neutron::agents::metadata (
|
||||
$rpc_response_max_timeout = $facts['os_service_default'],
|
||||
Boolean $purge_config = false,
|
||||
) {
|
||||
|
||||
include neutron::deps
|
||||
include neutron::params
|
||||
|
||||
|
@@ -78,7 +78,6 @@ class neutron::agents::metering (
|
||||
$agent_report_interval = $facts['os_service_default'],
|
||||
Boolean $purge_config = false,
|
||||
) {
|
||||
|
||||
include neutron::deps
|
||||
include neutron::params
|
||||
|
||||
|
@@ -39,7 +39,6 @@ class neutron::agents::ml2::macvtap (
|
||||
Array $physical_interface_mappings = [],
|
||||
Boolean $purge_config = false,
|
||||
) {
|
||||
|
||||
include neutron::deps
|
||||
include neutron::params
|
||||
|
||||
|
@@ -124,7 +124,6 @@ class neutron::agents::ml2::networking_baremetal (
|
||||
Boolean $purge_config = false,
|
||||
$report_interval = $facts['os_service_default'],
|
||||
) {
|
||||
|
||||
include neutron::deps
|
||||
include neutron::params
|
||||
|
||||
@@ -181,5 +180,4 @@ class neutron::agents::ml2::networking_baremetal (
|
||||
}
|
||||
Ironic_neutron_agent_config<||> ~> Service['ironic-neutron-agent-service']
|
||||
}
|
||||
|
||||
}
|
||||
|
@@ -129,7 +129,6 @@ class neutron::agents::ml2::ovn (
|
||||
$state_path = $facts['os_service_default'],
|
||||
Boolean $purge_config = false,
|
||||
) {
|
||||
|
||||
include neutron::deps
|
||||
include neutron::params
|
||||
|
||||
|
@@ -337,7 +337,6 @@ class neutron::agents::ml2::ovs (
|
||||
$network_log_local_output_log_base = $facts['os_service_default'],
|
||||
$openflow_processed_per_port = $facts['os_service_default'],
|
||||
) {
|
||||
|
||||
include neutron::deps
|
||||
include neutron::params
|
||||
|
||||
@@ -424,26 +423,26 @@ class neutron::agents::ml2::ovs (
|
||||
}
|
||||
}
|
||||
|
||||
if ($resource_provider_bandwidths != []) {
|
||||
if $resource_provider_bandwidths != [] {
|
||||
$resource_provider_bandwidths_real = join(any2array($resource_provider_bandwidths), ',')
|
||||
} else {
|
||||
$resource_provider_bandwidths_real = $facts['os_service_default']
|
||||
}
|
||||
|
||||
if ($resource_provider_hypervisors != []){
|
||||
if $resource_provider_hypervisors != [] {
|
||||
$resource_provider_hypervisors_real = join(any2array($resource_provider_hypervisors), ',')
|
||||
} else {
|
||||
$resource_provider_hypervisors_real = $facts['os_service_default']
|
||||
}
|
||||
|
||||
if ($resource_provider_packet_processing_without_direction != []){
|
||||
if $resource_provider_packet_processing_without_direction != [] {
|
||||
$resource_provider_packet_processing_without_direction_real =
|
||||
join(any2array($resource_provider_packet_processing_without_direction), ',')
|
||||
} else {
|
||||
$resource_provider_packet_processing_without_direction_real = $facts['os_service_default']
|
||||
}
|
||||
|
||||
if ($resource_provider_packet_processing_with_direction != []){
|
||||
if $resource_provider_packet_processing_with_direction != [] {
|
||||
$resource_provider_packet_processing_with_direction_real =
|
||||
join(any2array($resource_provider_packet_processing_with_direction), ',')
|
||||
} else {
|
||||
@@ -453,7 +452,7 @@ class neutron::agents::ml2::ovs (
|
||||
if empty($resource_provider_inventory_defaults) {
|
||||
$resource_provider_inventory_defaults_real = $facts['os_service_default']
|
||||
} else {
|
||||
if ($resource_provider_inventory_defaults =~ Hash){
|
||||
if $resource_provider_inventory_defaults =~ Hash {
|
||||
$resource_provider_inventory_defaults_real =
|
||||
join(join_keys_to_values($resource_provider_inventory_defaults, ':'), ',')
|
||||
} else {
|
||||
@@ -465,7 +464,7 @@ class neutron::agents::ml2::ovs (
|
||||
if empty($resource_provider_packet_processing_inventory_defaults) {
|
||||
$resource_provider_packet_processing_inventory_defaults_real = $facts['os_service_default']
|
||||
} else {
|
||||
if ($resource_provider_packet_processing_inventory_defaults =~ Hash){
|
||||
if $resource_provider_packet_processing_inventory_defaults =~ Hash {
|
||||
$resource_provider_packet_processing_inventory_defaults_real =
|
||||
join(join_keys_to_values($resource_provider_packet_processing_inventory_defaults, ':'), ',')
|
||||
} else {
|
||||
|
@@ -114,7 +114,6 @@ class neutron::agents::ml2::sriov (
|
||||
$resource_provider_default_hypervisor = $facts['os_service_default'],
|
||||
$resource_provider_inventory_defaults = {},
|
||||
) {
|
||||
|
||||
include neutron::deps
|
||||
include neutron::params
|
||||
|
||||
@@ -160,13 +159,13 @@ class neutron::agents::ml2::sriov (
|
||||
Neutron_agent_sriov_numvfs<||> ~> Service['neutron-sriov-nic-agent-service']
|
||||
}
|
||||
|
||||
if ($resource_provider_bandwidths != []) {
|
||||
if $resource_provider_bandwidths != [] {
|
||||
$resource_provider_bandwidths_real = join(any2array($resource_provider_bandwidths), ',')
|
||||
} else {
|
||||
$resource_provider_bandwidths_real = $facts['os_service_default']
|
||||
}
|
||||
|
||||
if ($resource_provider_hypervisors != []) {
|
||||
if $resource_provider_hypervisors != [] {
|
||||
$resource_provider_hypervisors_real = join(any2array($resource_provider_hypervisors), ',')
|
||||
} else {
|
||||
$resource_provider_hypervisors_real = $facts['os_service_default']
|
||||
@@ -175,7 +174,7 @@ class neutron::agents::ml2::sriov (
|
||||
if empty($resource_provider_inventory_defaults) {
|
||||
$resource_provider_inventory_defaults_real = $facts['os_service_default']
|
||||
} else {
|
||||
if ($resource_provider_inventory_defaults =~ Hash){
|
||||
if $resource_provider_inventory_defaults =~ Hash {
|
||||
$resource_provider_inventory_defaults_real = join(join_keys_to_values($resource_provider_inventory_defaults, ':'), ',')
|
||||
} else {
|
||||
$resource_provider_inventory_defaults_real = join(any2array($resource_provider_inventory_defaults), ',')
|
||||
@@ -188,5 +187,4 @@ class neutron::agents::ml2::sriov (
|
||||
'sriov_nic/resource_provider_default_hypervisor': value => $resource_provider_default_hypervisor;
|
||||
'sriov_nic/resource_provider_inventory_defaults': value => $resource_provider_inventory_defaults_real;
|
||||
}
|
||||
|
||||
}
|
||||
|
@@ -149,7 +149,6 @@ class neutron::agents::ovn_metadata (
|
||||
$state_path = $facts['os_service_default'],
|
||||
Boolean $purge_config = false,
|
||||
) {
|
||||
|
||||
include neutron::deps
|
||||
include neutron::params
|
||||
|
||||
|
@@ -27,7 +27,6 @@ class neutron::agents::taas (
|
||||
$package_ensure = present,
|
||||
$taas_agent_periodic_interval = $facts['os_service_default'],
|
||||
) {
|
||||
|
||||
include neutron::deps
|
||||
include neutron::params
|
||||
|
||||
|
@@ -47,7 +47,6 @@ class neutron::agents::vpnaas (
|
||||
$ipsec_status_check_interval = $facts['os_service_default'],
|
||||
Boolean $purge_config = false,
|
||||
) {
|
||||
|
||||
include neutron::deps
|
||||
include neutron::params
|
||||
|
||||
|
@@ -98,7 +98,6 @@ class neutron::agents::vpnaas::ovn (
|
||||
$ovsdb_probe_interval = $facts['os_service_default'],
|
||||
Boolean $purge_config = false,
|
||||
) {
|
||||
|
||||
include neutron::deps
|
||||
include neutron::params
|
||||
|
||||
|
@@ -259,7 +259,6 @@ class neutron::cache (
|
||||
$dead_timeout = $facts['os_service_default'],
|
||||
Boolean $manage_backend_package = true,
|
||||
) {
|
||||
|
||||
include neutron::deps
|
||||
|
||||
oslo::cache { 'neutron_config':
|
||||
|
@@ -11,7 +11,6 @@
|
||||
class neutron::client (
|
||||
$package_ensure = present
|
||||
) {
|
||||
|
||||
include neutron::deps
|
||||
include neutron::params
|
||||
|
||||
@@ -25,5 +24,4 @@ in a future release.")
|
||||
}
|
||||
|
||||
include openstacklib::openstackclient
|
||||
|
||||
}
|
||||
|
@@ -129,7 +129,6 @@ class neutron::config (
|
||||
# DEPRECATED PARAMETERS
|
||||
Optional[Hash] $ovn_metadata_agent_config = undef,
|
||||
) {
|
||||
|
||||
include neutron::deps
|
||||
|
||||
create_resources('neutron_config', $server_config)
|
||||
|
@@ -44,7 +44,6 @@ class neutron::cors (
|
||||
$allow_methods = $facts['os_service_default'],
|
||||
$allow_headers = $facts['os_service_default'],
|
||||
) {
|
||||
|
||||
include neutron::deps
|
||||
|
||||
oslo::cors { 'neutron_config':
|
||||
|
@@ -54,7 +54,6 @@ class neutron::db (
|
||||
$mysql_enable_ndb = $facts['os_service_default'],
|
||||
$database_db_max_retries = $facts['os_service_default'],
|
||||
) {
|
||||
|
||||
include neutron::deps
|
||||
|
||||
if $database_connection {
|
||||
@@ -69,7 +68,6 @@ class neutron::db (
|
||||
mysql_enable_ndb => $mysql_enable_ndb,
|
||||
db_max_retries => $database_db_max_retries,
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
# all db settings should be applied and all packages should be installed
|
||||
|
@@ -39,7 +39,6 @@ class neutron::db::mysql (
|
||||
$charset = 'utf8',
|
||||
$collate = 'utf8_general_ci',
|
||||
) {
|
||||
|
||||
include neutron::deps
|
||||
|
||||
openstacklib::db::mysql { 'neutron':
|
||||
|
@@ -31,7 +31,6 @@ class neutron::db::postgresql(
|
||||
$encoding = undef,
|
||||
$privileges = 'ALL',
|
||||
) {
|
||||
|
||||
include neutron::deps
|
||||
|
||||
openstacklib::db::postgresql { 'neutron':
|
||||
|
@@ -18,7 +18,6 @@ class neutron::db::sync(
|
||||
$extra_params = '',
|
||||
$db_sync_timeout = 300,
|
||||
) {
|
||||
|
||||
include neutron::deps
|
||||
include neutron::params
|
||||
|
||||
|
@@ -46,7 +46,6 @@ class neutron::healthcheck (
|
||||
$disable_by_file_paths = $facts['os_service_default'],
|
||||
$enable_by_file_paths = $facts['os_service_default'],
|
||||
) {
|
||||
|
||||
include neutron::deps
|
||||
|
||||
oslo::healthcheck { 'neutron_config':
|
||||
|
@@ -365,7 +365,6 @@ class neutron (
|
||||
$vlan_transparent = undef,
|
||||
$vlan_qinq = undef,
|
||||
) {
|
||||
|
||||
include neutron::deps
|
||||
include neutron::params
|
||||
|
||||
@@ -477,5 +476,4 @@ will be removed in a future release")
|
||||
key_file => $key_file,
|
||||
ca_file => $ca_file,
|
||||
}
|
||||
|
||||
}
|
||||
|
@@ -106,7 +106,6 @@ class neutron::keystone::auth (
|
||||
Keystone::EndpointUrl $admin_url = 'http://127.0.0.1:9696',
|
||||
Keystone::EndpointUrl $internal_url = 'http://127.0.0.1:9696',
|
||||
) {
|
||||
|
||||
include neutron::deps
|
||||
|
||||
Keystone::Resource::Service_identity['neutron'] -> Anchor['neutron::service::end']
|
||||
@@ -131,5 +130,4 @@ class neutron::keystone::auth (
|
||||
admin_url => $admin_url,
|
||||
internal_url => $internal_url,
|
||||
}
|
||||
|
||||
}
|
||||
|
@@ -234,7 +234,6 @@ class neutron::keystone::authtoken(
|
||||
$interface = $facts['os_service_default'],
|
||||
$params = {},
|
||||
) {
|
||||
|
||||
include neutron::deps
|
||||
|
||||
keystone::resource::authtoken {
|
||||
|
@@ -123,7 +123,6 @@ class neutron::logging (
|
||||
$instance_uuid_format = $facts['os_service_default'],
|
||||
$fatal_deprecations = $facts['os_service_default'],
|
||||
) {
|
||||
|
||||
include neutron::deps
|
||||
|
||||
oslo::log { 'neutron_config':
|
||||
@@ -148,5 +147,4 @@ class neutron::logging (
|
||||
instance_uuid_format => $instance_uuid_format,
|
||||
fatal_deprecations => $fatal_deprecations,
|
||||
}
|
||||
|
||||
}
|
||||
|
@@ -140,7 +140,6 @@ class neutron::plugins::ml2 (
|
||||
$max_header_size = $facts['os_service_default'],
|
||||
$overlay_ip_version = $facts['os_service_default'],
|
||||
) {
|
||||
|
||||
include neutron::deps
|
||||
include neutron::params
|
||||
|
||||
|
@@ -62,7 +62,6 @@ class neutron::plugins::ml2::arista(
|
||||
$use_fqdn = $facts['os_service_default'],
|
||||
$package_ensure = 'present'
|
||||
) {
|
||||
|
||||
include neutron::deps
|
||||
require neutron::plugins::ml2
|
||||
|
||||
|
@@ -60,7 +60,6 @@ class neutron::plugins::ml2::arista::l3(
|
||||
$conn_timeout = $facts['os_service_default'],
|
||||
$use_vrf = $facts['os_service_default'],
|
||||
) {
|
||||
|
||||
include neutron::deps
|
||||
require neutron::plugins::ml2
|
||||
|
||||
|
@@ -38,7 +38,6 @@ class neutron::plugins::ml2::bagpipe (
|
||||
$mpls_bridge = $facts['os_service_default'],
|
||||
$package_ensure = 'present',
|
||||
) {
|
||||
|
||||
include neutron::deps
|
||||
include neutron::params
|
||||
require neutron::plugins::ml2
|
||||
|
@@ -13,7 +13,6 @@
|
||||
class neutron::plugins::ml2::networking_baremetal (
|
||||
$package_ensure = 'present',
|
||||
) {
|
||||
|
||||
include neutron::deps
|
||||
include neutron::params
|
||||
|
||||
|
@@ -237,7 +237,6 @@ class neutron::plugins::ml2::ovn(
|
||||
# DEPRECATED PARAMETERS
|
||||
$ovn_emit_need_to_frag = undef,
|
||||
) {
|
||||
|
||||
include neutron::deps
|
||||
require neutron::plugins::ml2
|
||||
|
||||
|
@@ -19,7 +19,6 @@ class neutron::plugins::ml2::ovn::maintenance_worker (
|
||||
Boolean $enabled = true,
|
||||
Boolean $manage_service = true,
|
||||
) {
|
||||
|
||||
include neutron::params
|
||||
|
||||
package { 'neutron-ovn-maintenance-worker':
|
||||
|
@@ -51,7 +51,6 @@ define neutron::plugins::ml2::type_driver (
|
||||
$vxlan_group,
|
||||
$max_header_size
|
||||
) {
|
||||
|
||||
include neutron::deps
|
||||
|
||||
case $name {
|
||||
|
@@ -1,6 +1,5 @@
|
||||
#
|
||||
define neutron::plugins::ovs::bridge {
|
||||
|
||||
include neutron::deps
|
||||
|
||||
$mapping = split($name, ':')
|
||||
@@ -11,4 +10,3 @@ define neutron::plugins::ovs::bridge {
|
||||
external_ids => "bridge-id=${bridge}",
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -1,6 +1,4 @@
|
||||
#
|
||||
define neutron::plugins::ovs::port {
|
||||
|
||||
include neutron::deps
|
||||
|
||||
$mapping = split($name, ':')
|
||||
@@ -9,4 +7,3 @@ define neutron::plugins::ovs::port {
|
||||
bridge => $mapping[0],
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -54,7 +54,6 @@ class neutron::policy (
|
||||
$policy_dirs = $facts['os_service_default'],
|
||||
Boolean $purge_config = false,
|
||||
) {
|
||||
|
||||
include neutron::deps
|
||||
include neutron::params
|
||||
|
||||
@@ -82,5 +81,4 @@ class neutron::policy (
|
||||
policy_default_rule => $policy_default_rule,
|
||||
policy_dirs => $policy_dirs,
|
||||
}
|
||||
|
||||
}
|
||||
|
@@ -62,7 +62,6 @@ class neutron::quota (
|
||||
# rbac extension
|
||||
$quota_rbac_policy = $facts['os_service_default'],
|
||||
) {
|
||||
|
||||
include neutron::deps
|
||||
|
||||
neutron_config {
|
||||
|
@@ -21,7 +21,6 @@ class neutron::quota::fwaas (
|
||||
$quota_firewall_policy = $facts['os_service_default'],
|
||||
$quota_firewall_rule = $facts['os_service_default'],
|
||||
) {
|
||||
|
||||
include neutron::deps
|
||||
|
||||
neutron_config {
|
||||
|
@@ -31,7 +31,6 @@ class neutron::quota::sfc (
|
||||
$quota_service_graphs = $facts['os_service_default'],
|
||||
$quota_flow_classifier = $facts['os_service_default']
|
||||
) {
|
||||
|
||||
include neutron::deps
|
||||
|
||||
neutron_config {
|
||||
|
@@ -22,7 +22,6 @@ class neutron::reports(
|
||||
$file_event_handler = $facts['os_service_default'],
|
||||
$file_event_handler_interval = $facts['os_service_default'],
|
||||
) {
|
||||
|
||||
include neutron::deps
|
||||
|
||||
oslo::reports { 'neutron_config':
|
||||
|
@@ -282,7 +282,6 @@ class neutron::server (
|
||||
$service_name = undef,
|
||||
$server_package = undef,
|
||||
) inherits neutron::params {
|
||||
|
||||
include neutron::deps
|
||||
include neutron::db
|
||||
include neutron::policy
|
||||
|
@@ -29,7 +29,6 @@ class neutron::server::notifications (
|
||||
$send_events_interval = $facts['os_service_default'],
|
||||
$http_retries = $facts['os_service_default'],
|
||||
) {
|
||||
|
||||
include neutron::deps
|
||||
|
||||
neutron_config {
|
||||
|
@@ -77,7 +77,6 @@ class neutron::server::notifications::ironic (
|
||||
$valid_interfaces = $facts['os_service_default'],
|
||||
$enable_notifications = $facts['os_service_default'],
|
||||
) {
|
||||
|
||||
include neutron::deps
|
||||
|
||||
if is_service_default($system_scope) {
|
||||
|
@@ -83,7 +83,6 @@ class neutron::server::notifications::nova (
|
||||
$region_name = $facts['os_service_default'],
|
||||
$endpoint_type = $facts['os_service_default'],
|
||||
) {
|
||||
|
||||
include neutron::deps
|
||||
|
||||
if is_service_default($system_scope) {
|
||||
|
@@ -72,7 +72,6 @@ class neutron::server::placement (
|
||||
$region_name = $facts['os_service_default'],
|
||||
$endpoint_type = $facts['os_service_default'],
|
||||
) {
|
||||
|
||||
include neutron::deps
|
||||
|
||||
if is_service_default($system_scope) {
|
||||
|
@@ -43,7 +43,6 @@ class neutron::services::bgpvpn (
|
||||
Boolean $sync_db = false,
|
||||
$purge_config = false,
|
||||
) {
|
||||
|
||||
include neutron::deps
|
||||
include neutron::params
|
||||
|
||||
|
@@ -20,7 +20,6 @@ class neutron::services::dr (
|
||||
$bgp_drscheduler_driver = $facts['os_service_default'],
|
||||
Boolean $sync_db = false,
|
||||
) {
|
||||
|
||||
include neutron::deps
|
||||
include neutron::params
|
||||
|
||||
|
@@ -27,7 +27,6 @@ class neutron::services::fwaas (
|
||||
Boolean $sync_db = false,
|
||||
Boolean $purge_config = false,
|
||||
) {
|
||||
|
||||
include neutron::deps
|
||||
include neutron::params
|
||||
|
||||
|
@@ -52,7 +52,6 @@ class neutron::services::l2gw (
|
||||
$package_ensure = 'present',
|
||||
Boolean $purge_config = false,
|
||||
) {
|
||||
|
||||
include neutron::deps
|
||||
include neutron::params
|
||||
|
||||
|
@@ -62,7 +62,6 @@ class neutron::services::sfc (
|
||||
$sfc_driver = undef,
|
||||
$fc_driver = undef,
|
||||
) {
|
||||
|
||||
include neutron::deps
|
||||
include neutron::params
|
||||
|
||||
|
@@ -47,7 +47,6 @@ class neutron::services::taas (
|
||||
Boolean $sync_db = false,
|
||||
Boolean $purge_config = false,
|
||||
) {
|
||||
|
||||
include neutron::deps
|
||||
include neutron::params
|
||||
|
||||
|
@@ -43,7 +43,6 @@ class neutron::services::vpnaas (
|
||||
Boolean $sync_db = false,
|
||||
Boolean $purge_config = false,
|
||||
) {
|
||||
|
||||
include neutron::deps
|
||||
include neutron::params
|
||||
|
||||
|
@@ -156,7 +156,6 @@ class neutron::wsgi::apache (
|
||||
$headers = undef,
|
||||
$request_headers = undef,
|
||||
) {
|
||||
|
||||
include neutron::deps
|
||||
include neutron::params
|
||||
|
||||
|
@@ -26,7 +26,6 @@ class neutron::wsgi::uwsgi (
|
||||
$threads = 32,
|
||||
$listen_queue_size = 100,
|
||||
) {
|
||||
|
||||
include neutron::deps
|
||||
|
||||
if $facts['os']['name'] != 'Debian' {
|
||||
|
Reference in New Issue
Block a user