Remove stack_action parameter

This is not used anymore.

Change-Id: Ibed7a54bc63f93c4991216bf70618991c862db24
This commit is contained in:
rabi 2022-03-17 11:05:19 +05:30 committed by Takashi Kajinami
parent b2a81206c5
commit 6ae0ee754e
2 changed files with 4 additions and 5 deletions

View File

@ -117,10 +117,6 @@
# (Optional) RabbitMQ Default User.
# Defaults to hiera('rabbitmq::default_user')
#
# [*stack_action*]
# (Optional) Action of the stack deployment.
# Defaults to hiera('stack_action')
#
# [*step*]
# (Optional) The current step in deployment. See tripleo-heat-templates
# for more details.
@ -149,7 +145,6 @@ class tripleo::profile::base::rabbitmq (
$notify_bootstrap_node = hiera('oslo_messaging_notify_short_bootstrap_node_name'),
$rabbitmq_pass = hiera('rabbitmq::default_pass'),
$rabbitmq_user = hiera('rabbitmq::default_user'),
$stack_action = hiera('stack_action'),
$step = Integer(hiera('step')),
) {
if $rpc_scheme == 'rabbit' {

View File

@ -0,0 +1,4 @@
---
upgrade:
- |
The unused ``stack_action`` hiera parameter has now been removed.