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:
parent
c60b1b3534
commit
9c260541e4
@ -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
|
||||
|
||||
|
@ -0,0 +1,5 @@
|
||||
---
|
||||
upgrade:
|
||||
- Remove extra_params parameter
|
||||
The nova::cell_v2::cell::extra_params parameter is
|
||||
deprecated and will be ignored.
|
Loading…
x
Reference in New Issue
Block a user