summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-08-24 13:51:12 +0000
committerGerrit Code Review <review@openstack.org>2016-08-24 13:51:12 +0000
commit7c85f5133dd13727fa123227d28d58680a892b10 (patch)
tree24867ddb8fe0525de492e4258bfd6fb9607f000f
parentdf740dcd983cab2293f039f6bff07aadf8200d3d (diff)
parentc29637eb799b27e0f0998561fbcb25b75071c3da (diff)
downloadoslo-middleware-7c85f5133dd13727fa123227d28d58680a892b10.tar.gz
Merge "Fix inline docstring to use default path (not /status)"
-rw-r--r--oslo_middleware/healthcheck/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/oslo_middleware/healthcheck/__init__.py b/oslo_middleware/healthcheck/__init__.py
index a821233..62dd02e 100644
--- a/oslo_middleware/healthcheck/__init__.py
+++ b/oslo_middleware/healthcheck/__init__.py
@@ -65,13 +65,13 @@ class Healthcheck(base.ConfigurableMiddleware):
Example requests/responses:
- $ curl -i -X HEAD "http://0.0.0.0:8775/status"
+ $ curl -i -X HEAD "http://0.0.0.0:8775/healthcheck"
HTTP/1.1 204 No Content
Content-Type: text/plain; charset=UTF-8
Content-Length: 0
Date: Fri, 11 Sep 2015 18:55:08 GMT
- $ curl -i "http://0.0.0.0:8775/status"
+ $ curl -i "http://0.0.0.0:8775/healthcheck"
HTTP/1.1 200 OK
Content-Type: text/plain; charset=UTF-8
Content-Length: 2