Comment 8 for bug 1792416

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

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

commit 467c6879d62b27225e3cb57a237491cd3505d92b
Author: Damien Ciabrini <email address hidden>
Date: Thu Sep 13 19:06:43 2018 -0400

    mysql: fix root password update for containerized mysql

    Since the mysql service has been containerized, we lost the ability
    to update the root password during a stack update.

    When the mysql root password in hiera differs from the one currently
    set in the mysql DB, connect to the DB with password from .my.cnf and
    update credentials of the root user before the puppet mysql module
    tries to access the database. Also update other root DB users.

    Change-Id: I8fe9a640ba36288a1f9cb18563b363159d4731c0
    Depends-On: I5bdbc89897a6dcd5bd57f2132e2acf99702b28ea
    Closes-Bug: #1792416