diff --git a/manifests/profile/base/rabbitmq.pp b/manifests/profile/base/rabbitmq.pp index 8fe6c864a..5fa59985e 100644 --- a/manifests/profile/base/rabbitmq.pp +++ b/manifests/profile/base/rabbitmq.pp @@ -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' { diff --git a/releasenotes/notes/remove-stack-action-4f0eaef2405d39da.yaml b/releasenotes/notes/remove-stack-action-4f0eaef2405d39da.yaml new file mode 100644 index 000000000..0ca168231 --- /dev/null +++ b/releasenotes/notes/remove-stack-action-4f0eaef2405d39da.yaml @@ -0,0 +1,4 @@ +--- +upgrade: + - | + The unused ``stack_action`` hiera parameter has now been removed.