Comment 22 for bug 1642430

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

Reviewed: https://review.openstack.org/468570
Committed: https://git.openstack.org/cgit/openstack/charm-glance/commit/?id=d456104952168d3b1009a9fb929c554f2625387e
Submitter: Jenkins
Branch: stable/17.02

commit d456104952168d3b1009a9fb929c554f2625387e
Author: Felipe Reyes <email address hidden>
Date: Fri May 26 16:39:28 2017 -0400

    Allow ceph-public-address to contain a list of IPs

    Ceph relation allows units to hand off an IP different from the
    public-address or private-address using the ceph-public-address key, that
    key can hold a single IP address, this patch extends CephContext to be
    able to handle a list of space separated addresses.

    This is needed to let ceph-proxy hand off the IPs of the monitor hosts from
    an external Ceph cluster. Backport from lp:charm-helpers revision 703

    Revision 708 from lp:charm-helpers needed to allow functional tests execute
    'juju actions'.

    Change-Id: Id8bc88e0276bd17917aba0d553fde7ec05f44726
    Closes-Bug: 1642430