Add heat-engine healthcheck

This was missed in the kolla conversion.

Change-Id: Ie00728543749e2fdc3b460ce33f469c86b287167
This commit is contained in:
Alex Schultz 2020-11-09 12:02:41 -07:00
parent 6d640012ca
commit 52047ed483
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
tcib_actions:
- run: dnf -y install {{ tcib_packages['common'] | join(' ') }} && dnf clean all && rm -rf /var/cache/dnf
- run: ln -s /usr/share/openstack-tripleo-common/healthcheck/heat-engine /openstack/healthcheck && chmod a+rx /openstack/healthcheck
tcib_packages:
common:
- openstack-heat-engine