Comment 2 for bug 1709485

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-heat-templates (master)

Reviewed: https://review.openstack.org/491929
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=de3717ecf8cafb07c5f2edbe725daccde1c856b6
Submitter: Jenkins
Branch: master

commit de3717ecf8cafb07c5f2edbe725daccde1c856b6
Author: Giulio Fidente <email address hidden>
Date: Tue Aug 8 23:18:23 2017 +0200

    Pass monitor_address_block to ceph-ansible for mon_host

    The ip address which clients and other nodes use to connect to the
    monitors is derived from the monitor_interface parameter unless
    a monitor_address or monitor_address_block is given (to set mon_host
    into ceph.conf); this change adds setting for monitor_address_block to
    match the public_network so that clients attempt to connect to the mons
    on the appropriate network.

    Change-Id: I7187e739e9f777eab724fbc09e8b2c8ddedc552d
    Closes-Bug: #1709485