Comment 4 for bug 1816663

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

Reviewed: https://review.openstack.org/637989
Committed: https://git.openstack.org/cgit/openstack/python-tripleoclient/commit/?id=a2c4d07df6f043b17accd229aacfcb6c669340b1
Submitter: Zuul
Branch: master

commit a2c4d07df6f043b17accd229aacfcb6c669340b1
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).

    Change-Id: Icb5b20bfd98a704f3f33f739bc92f77550b52c26
    Closes-bug: #1816663