Comment 4 for bug 1844625

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-tackerclient (stable/train)

Reviewed: https://review.opendev.org/683831
Committed: https://git.openstack.org/cgit/openstack/python-tackerclient/commit/?id=57692126a004315e5c09835fed24765d4ad7863a
Submitter: Zuul
Branch: stable/train

commit 57692126a004315e5c09835fed24765d4ad7863a
Author: nirajsingh <email address hidden>
Date: Thu Sep 19 13:17:56 2019 +0000

    Add restFul methods to fix backward compatibility issue

    Tacker functional tests and applications using old version
    of tackerclient might be using post/get/delete/put/list
    method interfaces provided by Client in their applications.
    These interfaces were removed in the recent changes [1]
    because of which tacker tests are failing.

    Added post/delete/put/get/list methods back to the Client class.

    [1] : https://review.opendev.org/#/c/679956

    Closes-Bug: #1844625

    Change-Id: I803298dbc16dea9e58ec2a0a5fe3afe431c8532c
    (cherry picked from commit 31b7690858913ab59e87ae837e45864f0610d600)