From e708734e1b6ae68f31a26fe0a6b63de758711827 Mon Sep 17 00:00:00 2001 From: Brendan Shephard Date: Fri, 3 Jun 2022 09:39:12 +1000 Subject: [PATCH] Remove duplicate check from tripleo-deploy The much debated and controversial duplicate parameter check is a little too noisy for the undercloud install. We include a lot of environment files when we run the undercloud install / upgrade. This creates a lot of unnecessary noise that will probably overwhelm users. Let's just restrict it to overcloud operations which is the primary place that I believe people wanted to see this feature. Change-Id: Ie00e4517817bdb53573193e07b3423df89f716d1 --- tripleoclient/v1/tripleo_deploy.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tripleoclient/v1/tripleo_deploy.py b/tripleoclient/v1/tripleo_deploy.py index d25c2768a..7e7ca4e13 100644 --- a/tripleoclient/v1/tripleo_deploy.py +++ b/tripleoclient/v1/tripleo_deploy.py @@ -556,7 +556,6 @@ class Deploy(command.Command): def _load_user_params(self, user_environments): user_params = {} - utils.duplicate_param_check(user_environments=user_environments) for env_file in user_environments: # undercloud and minion heat stack virtual state tracking is not # available yet