Comment 11 for bug 1645787

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

Reviewed: https://review.openstack.org/529114
Committed: https://git.openstack.org/cgit/openstack/puppet-tripleo/commit/?id=2576acbb897fd077e336a5bc472a6015ee04d328
Submitter: Zuul
Branch: stable/newton

commit 2576acbb897fd077e336a5bc472a6015ee04d328
Author: Emilien Macchi <email address hidden>
Date: Tue Nov 29 16:57:20 2016 -0500

    pacemaker: create Mysql_user once Galera is ready (puppet4)

    Puppet 4 ordering make things more strict in catalog, which is good.
    Resources have to be orchestrated or Puppet will take them in the order
    they are found in catalog.

    This patch makes sure we create MySQL users only when Galera is actually
    ready.

    Closes-Bug: #1645787
    Change-Id: I536a1a128c3a7eca49bcc4f34a1307bcd60b029e
    (cherry picked from commit f101ee540a450d3509e1c97aab00a97a2ecf8164)