Files
python-manilaclient/manilaclient/base.py
lkuchlan 6e494f137b Enable the option to return the response body
As part of our efforts to enhance automation and CI for Manila,
we have begun developing code in the Tobiko tool to support the
Manila client. During create/get operations, we have observed
that the returned body contains solely the resource id in the
format <Share: <id>>.
To address this, we are introducing a patch that allows retrieving
the full body response, not just the id resource.

This cherry-pick includes the change
I4c1c1e089a726608124693c13eca73ce12fd5b8e
(commit 2f6cd660c6) from the
stable/2023.2 branch. Since both changes are closely related,
and resolve the same issue, we could squash the changes into
one submission for ease of back porting.

Change-Id: Ia15274e75aa5d3da04d861a64a2f437cd4a9a584
(cherry picked from commit 47b0ac7d59)
(cherry picked from commit 3abf89da1b)
2023-10-17 20:23:01 +00:00

12 KiB