Comment 4 for bug 1879941

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

Reviewed: https://review.opendev.org/729926
Committed: https://git.openstack.org/cgit/openstack/tripleo-quickstart/commit/?id=140a85122fa58e86bbd0a23d538e734f060de7b1
Submitter: Zuul
Branch: master

commit 140a85122fa58e86bbd0a23d538e734f060de7b1
Author: Chandan Kumar (raukadah) <email address hidden>
Date: Thu May 21 17:02:48 2020 +0530

    Use tempest_tempestconf_profile_overrides for extra overrides

    Currently tempest_tempest_conf_overrides is used for passing
    extra tempest conf overrides as well as tempestconf profile
    overrides.

    In TOCI side env file, we used tempest_tempest_conf_overrides to
    pass image overrides which got highest priority gets the existing
    value from featureset overriden leading to failure in sc010.

    Using tempest_tempestconf_profile_overrides fixes the issue.

    Closes-Bug: #1879941

    Change-Id: I169e8f5940f69ee67391180b396dd1fbf98fb2be
    Signed-off-by: Chandan Kumar (raukadah) <email address hidden>