Cleanup deprecated service_instance_network_helper_type

... because it was deprecated quite a long ago[1].

[1] 5955b37b9b

Change-Id: Ibe99e25ddc1145d49229b5c2e32e016d63e9b476
This commit is contained in:
Takashi Kajinami 2020-04-26 23:36:12 +09:00
parent d735800625
commit 5732af782b
2 changed files with 5 additions and 13 deletions

View File

@ -75,12 +75,6 @@
# (optional) Attach share server directly to share network.
# Defaults to: false
#
# DEPRECATED PARAMETERS
#
# [*service_instance_network_helper_type*]
# Allowed values are nova, neutron
# Defaults to: undef
define manila::service_instance (
$create_service_image = true,
$service_image_name = 'manila-service-image',
@ -99,17 +93,10 @@ define manila::service_instance (
$service_network_division_mask = 28,
$interface_driver = 'manila.network.linux.interface.OVSInterfaceDriver',
$connect_share_server_to_tenant_network = false,
# DEPRECATED PARAMETERS
$service_instance_network_helper_type = undef,
) {
include manila::deps
if $service_instance_network_helper_type {
warning('service_instance_network_helper_type is deprecated, has no effect, and will be removed in the future.')
}
if $create_service_image {
if $service_image_location {
glance_image { $service_image_name:

View File

@ -0,0 +1,5 @@
---
deprecations:
- |
The service_instance_network_helper_type parameter in
manila::service_instance class has been removed.