Fix /healthcheck url typo in glance-api-paste

Change-Id: I3350fd45adbd5ba878ca588d28cb0057fc1465e9
(cherry picked from commit 629ea06a50)
This commit is contained in:
Sam Morrison 2024-07-11 10:58:18 +10:00 committed by Takashi Kajinami
parent b5b29a0ae1
commit b06fbcc509

View File

@ -32,7 +32,7 @@ paste.composite_factory = glance.api:root_app_factory
[composite:glance-api-keystone+cachemanagement]
paste.composite_factory = glance.api:root_app_factory
/: api
/healthchetck: healthcheck
/healthcheck: healthcheck
[composite:api]
paste.composite_factory = glance.api:pipeline_factory