Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Merge "Fix tripleo_delegate_to parameter in heat-engine"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and openstack-gerrit committed Nov 18, 2022
2 parents c6a5378 + 4a1abe6 commit 471031a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/heat/heat-engine-container-puppet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -324,4 +324,4 @@ outputs:
vars:
tripleo_containers_to_stop:
- heat_engine
tripleo_delegate_to: "{{ groups['heat_engine'] | | difference(groups['excluded_overcloud']) }}"
tripleo_delegate_to: "{{ groups['heat_engine'] | difference(groups['excluded_overcloud']) }}"

0 comments on commit 471031a

Please sign in to comment.