Comment 14 for bug 1816026

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

Reviewed: https://review.openstack.org/637546
Committed: https://git.openstack.org/cgit/openstack/tripleo-quickstart-extras/commit/?id=d1fd33e82f6c3eb4750561c6f50122d1026bad08
Submitter: Zuul
Branch: master

commit d1fd33e82f6c3eb4750561c6f50122d1026bad08
Author: Chandan Kumar <email address hidden>
Date: Mon Feb 18 19:28:49 2019 +0530

    Set container_binary to podman from stein releases onwards

    https://review.openstack.org/#/c/608452/ Switch the undercloud to
    deploy Podman by default starting from Stein and
    undercloud_container_cli var is setted under undercloud_deploy role
    and it cannot be used in another role which will set
    container_binary to docker but docker is not there in stein leading
    to fail running tempest from container.

    Use sudo while pulling tempest using podman

    Change-Id: I7ee75d71a7c34bdb85232a1378880ff16579c5db
    Related-Bug: #1816026