summaryrefslogtreecommitdiff
path: root/oslo_middleware/healthcheck/pluginbase.py
diff options
context:
space:
mode:
Diffstat (limited to 'oslo_middleware/healthcheck/pluginbase.py')
-rw-r--r--oslo_middleware/healthcheck/pluginbase.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/oslo_middleware/healthcheck/pluginbase.py b/oslo_middleware/healthcheck/pluginbase.py
index ffd3e08..e95749c 100644
--- a/oslo_middleware/healthcheck/pluginbase.py
+++ b/oslo_middleware/healthcheck/pluginbase.py
@@ -28,7 +28,7 @@ class HealthcheckBaseExtension(object):
self.conf = conf
@abc.abstractmethod
- def healthcheck():
+ def healthcheck(self, server_port):
"""method called by the healthcheck middleware
return: HealthcheckResult object