Merge "Enable Barbican health checks"
This commit is contained in:
commit
9a91a71426
@ -156,6 +156,8 @@ outputs:
|
|||||||
privileged: false
|
privileged: false
|
||||||
restart: always
|
restart: always
|
||||||
user: root
|
user: root
|
||||||
|
healthcheck:
|
||||||
|
test: /openstack/healthcheck
|
||||||
volumes:
|
volumes:
|
||||||
list_concat:
|
list_concat:
|
||||||
- {get_attr: [ContainersCommon, volumes]}
|
- {get_attr: [ContainersCommon, volumes]}
|
||||||
@ -182,6 +184,8 @@ outputs:
|
|||||||
privileged: false
|
privileged: false
|
||||||
restart: always
|
restart: always
|
||||||
user: barbican
|
user: barbican
|
||||||
|
healthcheck:
|
||||||
|
test: /openstack/healthcheck
|
||||||
volumes:
|
volumes:
|
||||||
list_concat:
|
list_concat:
|
||||||
- {get_attr: [ContainersCommon, volumes]}
|
- {get_attr: [ContainersCommon, volumes]}
|
||||||
@ -197,6 +201,8 @@ outputs:
|
|||||||
privileged: false
|
privileged: false
|
||||||
restart: always
|
restart: always
|
||||||
user: barbican
|
user: barbican
|
||||||
|
healthcheck:
|
||||||
|
test: /openstack/healthcheck
|
||||||
volumes:
|
volumes:
|
||||||
list_concat:
|
list_concat:
|
||||||
- {get_attr: [ContainersCommon, volumes]}
|
- {get_attr: [ContainersCommon, volumes]}
|
||||||
|
Loading…
Reference in New Issue
Block a user