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:
Samuel Walladge
2022-12-06 12:33:10 +10:30
parent c20c685009
commit 03b85fc56b

View File

@@ -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"""