Add deploy_steps_tasks to PER_TASK_STEPS

deploy_steps_tasks will now be written out in per step files in the
config download directory. This will allow including the task files for
a specific step only at that step, and saving time by not having to skip
so many tasks.

Change-Id: Id5fdb4dd1a6290d1097d2d81523161c87ab6d4dd
This commit is contained in:
James Slagle 2019-12-11 21:38:33 -05:00
parent af31d312aa
commit 03fe9dfc3d
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ EXCLUSIVE_NEUTRON_DRIVERS = ['ovn', 'openvswitch']
DEFAULT_STEPS_MAX = 6
PER_STEP_TASKS = ['upgrade_tasks']
PER_STEP_TASKS = ['upgrade_tasks', 'deploy_steps_tasks']
# Global Directories for clouds.yaml
GLOBAL_OS_DIR = '/etc/openstack'