summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Fischer <matt@mattfischer.com>2016-11-28 10:47:55 -0700
committerMatt Fischer <matt@mattfischer.com>2016-11-28 10:48:26 -0700
commit18cc2206ac576ea35a8cefb416b941068bddfd16 (patch)
tree94441a60e5f7acc553eee34a64fabd31d3597e43
parentedbb4ba4651edcfc1c7f332caedc78281f315fed (diff)
downloadoslo-middleware-18cc2206ac576ea35a8cefb416b941068bddfd16.tar.gz
Remove self-referential link in docs
The link in this file points to the same page that hosts the content. You can see this here: http://docs.openstack.org/developer/oslo.middleware/healthcheck_plugins.html Change-Id: I9645917f8f6d1a586d66ad1a6dddda20f949aeb6
-rw-r--r--oslo_middleware/healthcheck/__init__.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/oslo_middleware/healthcheck/__init__.py b/oslo_middleware/healthcheck/__init__.py
index 65c2791..81aed9e 100644
--- a/oslo_middleware/healthcheck/__init__.py
+++ b/oslo_middleware/healthcheck/__init__.py
@@ -270,9 +270,6 @@ class Healthcheck(base.ConfigurableMiddleware):
path = /healthcheck_admin
backends = disable_by_file
disable_by_file_path = /var/run/nova/healthcheck_admin_disable
-
- More details on available backends and their configuration can be found
- on this page: :doc:`healthcheck_plugins`.
"""
NAMESPACE = "oslo.middleware.healthcheck"