Comment 2 for bug 1691740

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

Reviewed: https://review.openstack.org/465937
Committed: https://git.openstack.org/cgit/openstack/tripleo-common/commit/?id=124edb0c6b47c9e56a3dda8de6ec46fa10da70ce
Submitter: Jenkins
Branch: master

commit 124edb0c6b47c9e56a3dda8de6ec46fa10da70ce
Author: Ryan Brady <email address hidden>
Date: Thu May 18 08:11:34 2017 -0400

    Fix calls to tripleo.git.clone action

    The tripleo.git.clone action expects a container and url argument.
    The workflows for creating and updating a deployment plan were
    only sending a url argument. This patch adds the container argument
    to all calls to tripleo.git.clone action.

    Change-Id: I3993fe81dfaf6ad4ad77d10d1c70c8ce29e40128
    Closes-bug: #1691740