Comment 7 for bug 1816663

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

Reviewed: https://review.openstack.org/652934
Committed: https://git.openstack.org/cgit/openstack/python-tripleoclient/commit/?id=e89a0a689aad0bf13b59c7718104525b376a5510
Submitter: Zuul
Branch: stable/rocky

commit e89a0a689aad0bf13b59c7718104525b376a5510
Author: Dan Prince <email address hidden>
Date: Tue Feb 19 15:20:41 2019 -0500

    Allow 'container image prepare' to support drivers

    This updates the 'overcloud container image prepare' command
    so that it sets the neutron_driver variable correctly. This
    allows tripleo-common to detect if OVN or ODL drivers are in
    used and prepares the resulting output files for container
    images and parameters accordingly.

    Previously you could only access this functionality if you
    used the new ContainerImagePrepare workflow (requires Mistral).

    Note: Bumps lower constraint for tripeo-common==9.5.0 to fix
    the lower constaints job.

    Change-Id: Icb5b20bfd98a704f3f33f739bc92f77550b52c26
    Closes-bug: #1816663
    (cherry picked from commit a2c4d07df6f043b17accd229aacfcb6c669340b1)