Comment 9 for bug 1861120

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to os-brick (stable/train)

Reviewed: https://review.opendev.org/707644
Committed: https://git.openstack.org/cgit/openstack/os-brick/commit/?id=6461c993bc24a07af0b4240aaccab50eaa018707
Submitter: Zuul
Branch: stable/train

commit 6461c993bc24a07af0b4240aaccab50eaa018707
Author: Eric Harney <email address hidden>
Date: Tue Jan 28 09:12:55 2020 -0500

    Skip cryptsetup password quality checking

    LUKS password quality checking is not useful
    since we only use long hex strings for passwords.

    Not skipping this means that we have to install
    cracklib-dicts for cryptsetup to work, which is
    unnecessary weight.

    Closes-Bug: #1861120

    Change-Id: Idc281be7cf88eeeeefe260877a1fc275d94f2bed
    (cherry picked from commit afb7beb7ce98824d5fb789ad8e7577cebae4e41c)