diff --git a/sysinv/sysinv/sysinv/sysinv/puppet/ceph.py b/sysinv/sysinv/sysinv/sysinv/puppet/ceph.py index 8a3d7ae7d0..8581c7466c 100644 --- a/sysinv/sysinv/sysinv/sysinv/puppet/ceph.py +++ b/sysinv/sysinv/sysinv/sysinv/puppet/ceph.py @@ -302,8 +302,7 @@ class CephPuppet(openstack.OpenstackBasePuppet): } def _format_ceph_mon_address(self, ip_address): - return utils.format_ceph_mon_address( - ip_address, self.SERVICE_PORT_MON) + return utils.format_url_address(ip_address) def _get_host_ceph_mon(self, host): ceph_mons = self.dbapi.ceph_mon_get_by_ihost(host.uuid)