Merge "Remove duplicate check from tripleo-deploy"

This commit is contained in:
Zuul
2022-06-09 21:39:27 +00:00
committed by Gerrit Code Review

View File

@@ -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