[TRAIN-ONLY] Fix systemd-wrapper integration during update.

The anchor need to be attached directly to the entry for the reference
to render properly the yaml task file.

This is train only because the associated anchor is only created in
this openstack version as it was required for the transition during
update.

Change-Id: I1c2624061aee9f56ef857cf88aa0954ad27f9758
Closes-Bug: #1870206
This commit is contained in:
Sofer Athlan-Guyot 2020-04-01 20:05:53 +02:00
parent e3261747fd
commit 0ce1716140
3 changed files with 3 additions and 6 deletions

View File

@ -422,8 +422,7 @@ outputs:
state: yes
update_tasks:
- when: step|int == 1
block:
<<: *dhcp_wrapper_tasks
block: *dhcp_wrapper_tasks
upgrade_tasks: []
fast_forward_upgrade_tasks:
- when:

View File

@ -378,8 +378,7 @@ outputs:
state: yes
update_tasks:
- when: step|int == 1
block:
<<: *l3_wrapper_tasks
block: *l3_wrapper_tasks
upgrade_tasks: []
fast_forward_upgrade_tasks:
- when:

View File

@ -360,6 +360,5 @@ outputs:
setype: svirt_sandbox_file_t
update_tasks:
- when: step|int == 1
block:
<<: *ovn_wrapper_tasks
block: *ovn_wrapper_tasks
upgrade_tasks: []