Fix typo in requesting loadbalancer
ceph-dashboard requires the `http-check expect status 200` configured in haproxy. openstack-loadbalancer only sets this up if the check_type is set to 'http'. Closes-Bug: #1998871 Change-Id: Iea74aff1205813749cee71436af14ee3579db41a
This commit is contained in:
@@ -227,7 +227,7 @@ class CephDashboardCharm(ops_openstack.core.OSBaseCharm):
|
||||
self.TLS_PORT,
|
||||
self.TLS_PORT,
|
||||
self._get_bind_ip(),
|
||||
'httpd')
|
||||
'http')
|
||||
|
||||
def _register_dashboards(self) -> None:
|
||||
"""Register all dashboards with grafana"""
|
||||
|
||||
Reference in New Issue
Block a user