Comment 2 for bug 1883600

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-tripleoclient (stable/queens)

Reviewed: https://review.opendev.org/735681
Committed: https://git.openstack.org/cgit/openstack/python-tripleoclient/commit/?id=a310a3d53c3cf624295e6507384e995ae7b9d697
Submitter: Zuul
Branch: stable/queens

commit a310a3d53c3cf624295e6507384e995ae7b9d697
Author: Alex Schultz <email address hidden>
Date: Mon Jun 15 14:29:13 2020 -0600

    Generate ansible.cfg for UC/standalone deployments

    Add CLI command that allows to generate and manually
    customize the default ansible configuration used with
    UC/standalone deployments. Use the config generator
    from tripleo common ansible actions for that.

    If there is no pre-created user's ansible.cfg in
    --output-dir, generate the default one with as a part of
    the deployment command.

    NOTE: This is a queens only version that does not include the user cli
    option as it's not implemented in Queens.
    Closes-Bug: #1883600
    Change-Id: I695916e9271392127635834078e57655857182f1
    Signed-off-by: Bogdan Dobrelya <email address hidden>
    (cherry picked from commit a9dd33a8c143b46a8cd8b78cc7e96a95e5a38925)