Comment 5 for bug 1878153

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

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

commit b382becab136d2e8fe359a745eb08e3bb7cd55d9
Author: Damien Ciabrini <email address hidden>
Date: Tue May 12 09:32:49 2020 +0200

    Stop using deprecated function mysql_password

    Function mysql_password is deprecated and has been removed
    in recent puppetlabs-mysql [1]. It has been replaced with
    the equivalent, namespaced function mysql::password. Use it
    instead.

    [1] https://github.com/puppetlabs/puppetlabs-mysql/commit/5a706276741e05088ae596141f28b03e1030a948

    Change-Id: I405a986f78f865d89b54dffea17e84d75c068ed7
    Closes-Bug: #1878153