Removing todo from undercloud_preflight since 753845 is merged

https://review.opendev.org/753845 is merged, we don't have to handle the log
path anymore.

Change-Id: Ib9b98943110a225f6e60d42d836e1e190b97349c
(cherry picked from commit 6795028ed3)
This commit is contained in:
matbu 2021-04-12 08:15:36 +02:00 committed by mbu
parent b8661e9e6d
commit eabef0b8c5
1 changed files with 0 additions and 4 deletions

View File

@ -30,7 +30,6 @@ from oslo_config import cfg
from tripleoclient import constants
from tripleoclient import utils
from validations_libs import constants as v_consts
from validations_libs.validation_actions import ValidationActions
@ -95,9 +94,6 @@ def _check_diskspace(upgrade=False):
playbook_args = constants.DEPLOY_ANSIBLE_ACTIONS['preflight-deploy']
with utils.TempDirs() as tmp:
# @matbu: todo: removed this when [1] will be merged
# [1] https://review.opendev.org/753845
v_consts.VALIDATION_ANSIBLE_ARTIFACT_PATH = "{}/artifacts".format(tmp)
actions = ValidationActions()
actions.run_validations(
inventory='undercloud',