From 9c260541e4ab71b32fcc7065586ac8b640fe2cbf Mon Sep 17 00:00:00 2001 From: zhangyangyang Date: Sun, 1 Oct 2017 19:01:23 +0800 Subject: [PATCH] Remove extra_params parameter The nova::cell_v2::cell::extra_params parameter is deprecated and will be ignored. Change-Id: Ia36caa88662d3289ee94eabc5af7af4fb6739d22 --- manifests/cell_v2/cell.pp | 9 --------- .../notes/remove_extra_params-e4321bffd2a077ee.yaml | 5 +++++ 2 files changed, 5 insertions(+), 9 deletions(-) create mode 100644 releasenotes/notes/remove_extra_params-e4321bffd2a077ee.yaml diff --git a/manifests/cell_v2/cell.pp b/manifests/cell_v2/cell.pp index 64af4e6aa..617795142 100644 --- a/manifests/cell_v2/cell.pp +++ b/manifests/cell_v2/cell.pp @@ -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 diff --git a/releasenotes/notes/remove_extra_params-e4321bffd2a077ee.yaml b/releasenotes/notes/remove_extra_params-e4321bffd2a077ee.yaml new file mode 100644 index 000000000..b154be399 --- /dev/null +++ b/releasenotes/notes/remove_extra_params-e4321bffd2a077ee.yaml @@ -0,0 +1,5 @@ +--- +upgrade: + - Remove extra_params parameter + The nova::cell_v2::cell::extra_params parameter is + deprecated and will be ignored.