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:
@@ -180,10 +180,6 @@
|
|||||||
# metadata handling from api class.
|
# metadata handling from api class.
|
||||||
# Defaults to false
|
# Defaults to false
|
||||||
#
|
#
|
||||||
# [*fping_path*]
|
|
||||||
# (optional) Full path to fping.
|
|
||||||
# Defaults to undef
|
|
||||||
#
|
|
||||||
class nova::api(
|
class nova::api(
|
||||||
$enabled = true,
|
$enabled = true,
|
||||||
$manage_service = true,
|
$manage_service = true,
|
||||||
@@ -222,7 +218,6 @@ class nova::api(
|
|||||||
$allow_resize_to_same_host = false,
|
$allow_resize_to_same_host = false,
|
||||||
# DEPRECATED PARAMETER
|
# DEPRECATED PARAMETER
|
||||||
$nova_metadata_wsgi_enabled = false,
|
$nova_metadata_wsgi_enabled = false,
|
||||||
$fping_path = undef,
|
|
||||||
) inherits nova::params {
|
) inherits nova::params {
|
||||||
|
|
||||||
include nova::deps
|
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.')
|
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 {
|
if $install_cinder_client {
|
||||||
include cinder::client
|
include cinder::client
|
||||||
Class['cinder::client'] ~> Nova::Generic_service['api']
|
Class['cinder::client'] ~> Nova::Generic_service['api']
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
upgrade:
|
||||||
|
- Deprecated fping_path option has been removed.
|
||||||
Reference in New Issue
Block a user