Merge "Remove use_local parameter"

This commit is contained in:
Zuul 2017-11-07 20:34:11 +00:00 committed by Gerrit Code Review
commit 08eebe9dc9
2 changed files with 5 additions and 12 deletions

View File

@ -27,26 +27,14 @@
# by the conductor service which is responsible for creating the service entries.
# Defaults to $::os_service_default
#
# DEPRECATED PARAMETERS
#
# [*use_local*]
# (optional) Perform nova-conductor operations locally
# Defaults to undef
#
class nova::conductor(
$enabled = true,
$manage_service = true,
$ensure_package = 'present',
$workers = $::os_workers,
$enable_new_services = $::os_service_default,
# DEPREACTED PARAMETERS
$use_local = undef,
) {
if $use_local {
warning('use_local parameter is deprecated, has no effect and will be dropped in a future release.')
}
include ::nova::deps
include ::nova::db
include ::nova::params

View File

@ -0,0 +1,5 @@
---
upgrade:
- Remove use_local parameter
use_local parameter is deprecated, has no effect
and will be removed in the future.