summaryrefslogtreecommitdiff
path: root/oslo_middleware
diff options
context:
space:
mode:
Diffstat (limited to 'oslo_middleware')
-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