Start ceilometer-compute after libvirt is started

... because ceilometer-compute requires access to libvirt.

If the service fails to communicate with libvirt, then it disables all
metrics related to libvirt which results in missing metrics.

Depends-on: https://review.opendev.org/c/openstack/tripleo-ansible/+/839295
Change-Id: I357e00783112042c779cf1ce2e702e329880e4b8
This commit is contained in:
Takashi Kajinami 2022-06-09 02:10:33 +09:00
parent e30c94f760
commit eac874338d
1 changed files with 2 additions and 0 deletions

View File

@ -114,6 +114,8 @@ outputs:
net: host
privileged: false
restart: always
depends_on:
- tripleo_nova_libvirt.target
healthcheck:
test: /openstack/healthcheck
volumes: