Comment 2 for bug 1901299

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

Reviewed: https://review.opendev.org/759563
Committed: https://git.openstack.org/cgit/openstack/tripleo-validations/commit/?id=a2f5c55edb0392b9c46cbf75fdb5bb757756fe5a
Submitter: Zuul
Branch: master

commit a2f5c55edb0392b9c46cbf75fdb5bb757756fe5a
Author: Alexey Stupnikov <email address hidden>
Date: Sat Oct 24 12:40:45 2020 +0200

    Optimize container_cli usage by mysql-open-files-limit validation

    mysql-open-files-limit could fail because Ansible fails to obtain
    container_cli definition from inventory.

    There are multiple playbooks that use container_cli to run
    various commands. All playbooks but mysql-open-files-limit define
    container_cli in different way. This patch aligns container_cli
    definition and usage for mysql-open-files-limit validation with
    other validations.

    Change-Id: Ie957b9bb046e006be0e5cc56bd749a2fe67178e8
    Closes-Bug: #1901299
    Related: rhbz#1891202