Remove extra_params parameter

The nova::cell_v2::cell::extra_params parameter is
deprecated and will be ignored.

Change-Id: Ia36caa88662d3289ee94eabc5af7af4fb6739d22
This commit is contained in:
zhangyangyang 2017-10-01 19:01:23 +08:00
parent c60b1b3534
commit 9c260541e4
2 changed files with 5 additions and 9 deletions

View File

@ -17,21 +17,12 @@
# configuration file.
# Defaults to undef.
#
# DEPRECATED
#
# [*extra_params*]
# This parameter is deprecated and will be ignored
#
define nova::cell_v2::cell (
$extra_params = undef,
$transport_url = 'default',
$database_connection = 'default'
) {
warning('nova::cell_v2::cell is deprecated by the nova_cell_v2 type in Pike and will be removed in the future.')
if $extra_params {
warning('The nova::cell_v2::cell::extra_params parameter is deprecated and will be ignored')
}
include ::nova::deps

View File

@ -0,0 +1,5 @@
---
upgrade:
- Remove extra_params parameter
The nova::cell_v2::cell::extra_params parameter is
deprecated and will be ignored.