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.