Enable nova-migration-target health check

This patch enables health check execution for nova-migration-target
docker container. Nova compute image is used for this container
and support for this service has been implemented in previous release
already.

Change-Id: I2bf04544d4cf200ce7e3960a7c71ab15f013fe52
Depends-On: Ib82cb849540694106a869ec81694f1159967ee79
This commit is contained in:
Martin Mágr 2018-01-26 15:57:04 +01:00
parent c04b3ed5eb
commit 9cf63b91b3
1 changed files with 2 additions and 0 deletions

View File

@ -140,6 +140,8 @@ outputs:
privileged: true
user: root
restart: always
healthcheck:
test: /openstack/healthcheck
volumes:
list_concat:
- {get_attr: [ContainersCommon, volumes]}