From 04d2516ae4d22b6547e4e6d353d5846dcd91c5b0 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Fri, 12 Jan 2024 12:47:11 +0900 Subject: [PATCH] Fix wrong parameter mentioned by a deprecation warning The "valid_interfaces" parameter is the correct replacement of the endpoint_type parameter. Change-Id: Ib3d94c3575ee456085c440f340460b0f27b4b272 (cherry picked from commit 9e4606b1d8d2a4a2d1c0cb193e2488e593f3fdb7) --- manifests/neutron.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/neutron.pp b/manifests/neutron.pp index 5d18ab95..166c0da7 100644 --- a/manifests/neutron.pp +++ b/manifests/neutron.pp @@ -85,7 +85,7 @@ class octavia::neutron ( } if $endpoint_type != undef { - warning('The endpoint_type parameter is deprecated. Use endpoint_type.') + warning('The endpoint_type parameter is deprecated. Use valid_interfaces.') } if is_service_default($password) {