Comment 16 for bug 1866093

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

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

commit 1479a0ea32967eab145a5eb78fa94e2e68c30b78
Author: Damien Ciabrini <email address hidden>
Date: Tue Apr 14 15:48:08 2020 +0200

    Use a python shim for running for auth_ed25519 helper

    When mysql ed25519 authentication is enabled, puppet-tripleo
    uses a python helper to generate password hashes. Python
    helpers have their +x permission stripped on install time,
    so run the helper via the right python interpreter instead.

    Change-Id: I13b02af166d7767799be99a0fb52066b00637a01
    Related-Bug: #1866093