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:
@@ -140,6 +140,8 @@ outputs:
|
|||||||
privileged: true
|
privileged: true
|
||||||
user: root
|
user: root
|
||||||
restart: always
|
restart: always
|
||||||
|
healthcheck:
|
||||||
|
test: /openstack/healthcheck
|
||||||
volumes:
|
volumes:
|
||||||
list_concat:
|
list_concat:
|
||||||
- {get_attr: [ContainersCommon, volumes]}
|
- {get_attr: [ContainersCommon, volumes]}
|
||||||
|
Reference in New Issue
Block a user