Merge "Removing todo from undercloud_preflight since 753845 is merged"

This commit is contained in:
Zuul 2021-04-16 09:04:31 +00:00 committed by Gerrit Code Review
commit be033800c0
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',