Comment 23 for bug 1642430

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-ceph-proxy (stable/17.02)

Reviewed: https://review.openstack.org/468573
Committed: https://git.openstack.org/cgit/openstack/charm-ceph-proxy/commit/?id=a4ceb5c8000f0f5fe9b5649150b579f1d9fa1acb
Submitter: Jenkins
Branch: stable/17.02

commit a4ceb5c8000f0f5fe9b5649150b579f1d9fa1acb
Author: Felipe Reyes <email address hidden>
Date: Fri Feb 17 14:25:47 2017 -0300

    Set ceph-public-address with monitor-hosts config

    charms capable of relating to ceph build the list of monitor hosts
    from the ceph-public-address in the relation data or simply using the
    private-address field provided by juju.

    This patch populates ceph-public-address in the relations with the
    list of monitor hosts provided in the configuration, so clients connect
    directly to the non juju managed ceph and not to ceph-proxy IP.

    Closes-Bug: #1642430
    Change-Id: Ib2e3c6a8b0d9fc0b6d729d845a802945b64fc74c
    (cherry picked from commit f250c2274a52707bba60576f5c85d120f79d65ca)