Comment 2 for bug 1698811

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

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

commit a05e4510bfedae82d7f791a23acf217ef506443e
Author: Ana Krivokapic <email address hidden>
Date: Mon Jun 19 15:15:23 2017 +0200

    Fix plan export

    Plan export is currently failing due to the `get_object_client()`
    method being called without the mandatory `context` argument.

    This change also fixes another instance of the missing `context` argument
    to the `get_object_client()` method in the SwiftInformationAction action.

    Change-Id: I70f522f85dbbbabb5d50d202001017ab0473385a
    Closes-bug: #1698811