Merge "Enable neutron-sriov-agent health check"

This commit is contained in:
Zuul 2018-08-29 21:14:32 +00:00 committed by Gerrit Code Review
commit 356bef7da5
1 changed files with 9 additions and 0 deletions

View File

@ -97,6 +97,15 @@ outputs:
pid: host
privileged: true
restart: always
healthcheck:
test:
list_join:
- ' '
- - '/openstack/healthcheck'
- yaql:
expression: str($.data.port)
data:
port: {get_attr: [NeutronSriovAgentBase, role_data, config_settings, 'neutron::rabbit_port']}
volumes:
list_concat:
- {get_attr: [ContainersCommon, volumes]}