Merge "Enable cinder-api health check"

This commit is contained in:
Zuul 2018-03-14 03:43:22 +00:00 committed by Gerrit Code Review
commit 41fffa9f8c
1 changed files with 2 additions and 0 deletions

View File

@ -146,6 +146,8 @@ outputs:
# NOTE(mandre) kolla image changes the user to 'cinder', we need it
# to be root to run httpd
user: root
healthcheck:
test: /openstack/healthcheck
volumes:
list_concat:
- {get_attr: [ContainersCommon, volumes]}