Remove fping_path option
The fping_path parameter has been deprecated for one year. We can remove it. Change-Id: Ib554f9ae7662377f8cf0057db655dcdfb21f85e8
This commit is contained in:
parent
d20fe58388
commit
a34732bd52
@ -180,10 +180,6 @@
|
||||
# metadata handling from api class.
|
||||
# Defaults to false
|
||||
#
|
||||
# [*fping_path*]
|
||||
# (optional) Full path to fping.
|
||||
# Defaults to undef
|
||||
#
|
||||
class nova::api(
|
||||
$enabled = true,
|
||||
$manage_service = true,
|
||||
@ -222,7 +218,6 @@ class nova::api(
|
||||
$allow_resize_to_same_host = false,
|
||||
# DEPRECATED PARAMETER
|
||||
$nova_metadata_wsgi_enabled = false,
|
||||
$fping_path = undef,
|
||||
) inherits nova::params {
|
||||
|
||||
include nova::deps
|
||||
@ -235,10 +230,6 @@ class nova::api(
|
||||
warning('Running nova metadata api via evenlet is deprecated and will be removed in Stein release.')
|
||||
}
|
||||
|
||||
if $fping_path {
|
||||
warning('fping_path is deprecated, has no effect and will be removed in the future.')
|
||||
}
|
||||
|
||||
if $install_cinder_client {
|
||||
include cinder::client
|
||||
Class['cinder::client'] ~> Nova::Generic_service['api']
|
||||
|
@ -0,0 +1,3 @@
|
||||
---
|
||||
upgrade:
|
||||
- Deprecated fping_path option has been removed.
|
Loading…
x
Reference in New Issue
Block a user