Use ceph-mon as application

This commit is contained in:
Luciano Lo Giudice
2022-04-04 19:59:43 -03:00
parent d1ad9f7a2a
commit 99b3cd6dec
@@ -227,8 +227,8 @@ class CephDashboardTest(test_utils.BaseCharmTest):
def test_saml(self):
"""Check that the dashboard is accessible with SAML enabled."""
get_os_release = openstack_utils.get_os_release
if (get_os_release(application='vault') <
get_os_release('focal_yoga', application='vault')):
if (get_os_release(application='ceph-mon') <
get_os_release('focal_yoga')):
return
url = self.get_master_dashboard_url()