Healthcheck: panko_api_cron

Added healthcheck for the panko_api_cron container.
Closes-Bug: #1839033

Change-Id: I688fa4dfdeca7fee8c03f36772d4d0d72bded4b7
This commit is contained in:
Vinay Kapalavai 2019-08-05 17:27:07 -04:00
parent 3f05c47351
commit 375c25c37d

View File

@ -317,7 +317,8 @@ outputs:
user: root
privileged: false
restart: always
test: /openstack/healthcheck
healthcheck:
test: '/usr/share/openstack-tripleo-common/healthcheck/cron panko'
volumes:
list_concat:
- {get_attr: [ContainersCommon, volumes]}