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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user