summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@gmail.com>2016-08-23 22:58:29 -0700
committerJoshua Harlow <harlowja@gmail.com>2016-08-23 22:58:58 -0700
commitc29637eb799b27e0f0998561fbcb25b75071c3da (patch)
tree9185e49ac05ec2fb8e9f1fe44f7deffe2d5e3eec
parentfe0bd54b8e1608f76efc9e442db92c2db93aeab4 (diff)
downloadoslo-middleware-c29637eb799b27e0f0998561fbcb25b75071c3da.tar.gz
Fix inline docstring to use default path (not /status)
Change-Id: Iff4256b7f7b523631ebddb6c9da9323b65cd0613
-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