Skip to content

Commit b06fbcc

Browse files
sorrisonkajinamit
authored andcommitted
Fix /healthcheck url typo in glance-api-paste
Change-Id: I3350fd45adbd5ba878ca588d28cb0057fc1465e9 (cherry picked from commit 629ea06)
1 parent b5b29a0 commit b06fbcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/glance-api-paste.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ paste.composite_factory = glance.api:root_app_factory
3232
[composite:glance-api-keystone+cachemanagement]
3333
paste.composite_factory = glance.api:root_app_factory
3434
/: api
35-
/healthchetck: healthcheck
35+
/healthcheck: healthcheck
3636

3737
[composite:api]
3838
paste.composite_factory = glance.api:pipeline_factory

0 commit comments

Comments
 (0)