Fix /healthcheck url typo in glance-api-paste

Change-Id: I3350fd45adbd5ba878ca588d28cb0057fc1465e9
This commit is contained in:
Sam Morrison 2024-07-11 10:58:18 +10:00
parent 2e65391744
commit 629ea06a50

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