Comment 7 for bug 1748180

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

Reviewed: https://review.openstack.org/542372
Committed: https://git.openstack.org/cgit/openstack/puppet-tripleo/commit/?id=ff88c8929ce884d613a77dcf5a00a51da7301ed6
Submitter: Zuul
Branch: master

commit ff88c8929ce884d613a77dcf5a00a51da7301ed6
Author: Alex Schultz <email address hidden>
Date: Thu Feb 8 11:53:03 2018 -0700

    Ensure mysql client ip address is an ip

    If the hieradata is set to '' for the client ip address, puppet may
    consider this as a true condition. This change changes out the check to
    ensure that the value is an ip address, otherwise remove it from the
    configuration file.

    Change-Id: Idbf6bec3ec66f7018dc30e5f1e6d1ba5f48180d7
    Partial-Bug: #1748180