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 9e4606b1d8)
This commit is contained in:
Takashi Kajinami
2024-01-12 12:47:11 +09:00
parent 5f7437e1fb
commit 04d2516ae4

View File

@@ -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) {