From f6557db0aff5b22f1f6587793eb0317590a4feb4 Mon Sep 17 00:00:00 2001 From: Sam Morrison Date: Thu, 11 Jul 2024 10:58:18 +1000 Subject: [PATCH] Fix /healthcheck url typo in glance-api-paste Change-Id: I3350fd45adbd5ba878ca588d28cb0057fc1465e9 (cherry picked from commit 629ea06a5029143136eea23774891e0b75b9084f) (cherry picked from commit b06fbcc509795e96eee1159c7399c3a2babd6a4b) --- etc/glance-api-paste.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/glance-api-paste.ini b/etc/glance-api-paste.ini index 814eeeb8e6..812c0992aa 100644 --- a/etc/glance-api-paste.ini +++ b/etc/glance-api-paste.ini @@ -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