Glance: Fix wrong indent about healthcheck key

This change fixes one wrong indent introduced by the template
refactoring[1].

[1] 84cdac6274

Change-Id: I323e21743feba125a2785bbc45130510a40ca708
This commit is contained in:
Takashi Kajinami 2021-04-22 00:44:03 +09:00
parent d0842812c8
commit 0b04407d02

View File

@ -660,7 +660,7 @@ outputs:
privileged: {if: [cinder_backend_enabled, true, false]}
restart: always
healthcheck:
test: /openstack/healthcheck
test: /openstack/healthcheck
volumes: *glance_volumes
environment:
KOLLA_CONFIG_STRATEGY: COPY_ALWAYS