diff --git a/tripleo_common/constants.py b/tripleo_common/constants.py index b4e870495..630e1cccd 100644 --- a/tripleo_common/constants.py +++ b/tripleo_common/constants.py @@ -205,8 +205,6 @@ EXTERNAL_TASKS = ['external_deploy_tasks', 'external_deploy_steps_tasks'] ANSIBLE_ERRORS_FILE = 'ansible-errors.json' -DEPLOYMENT_STATUS_FILE = 'deployment_status.yaml' - EXCLUSIVE_NEUTRON_DRIVERS = ['ovn', 'openvswitch'] DEFAULT_STEPS_MAX = 6