python-barbicanclient/barbicanclient
Adam Harwell f14511dd9d Secret payload should also be fetched by UUID
We changed the client to fetch containers and secrets via their UUID
from the API, rather than by HREF, so that the endpoint URLs set in the
keystone client would be respected. Unfortunately, we (I) missed
updating the payload fetch function to do the same. This brings it into
line with the other fetches.

Change-Id: Ic71cf6771563d669a2fa37a56d4b40c637db1511
Story: 2004653
Task: 28608
(cherry picked from commit 4eec7121b3)
2019-01-02 21:00:25 +00:00
..
barbican_cli use open() instead of file() 2018-06-13 15:34:11 -04:00
tests Secret payload should also be fetched by UUID 2019-01-02 21:00:25 +00:00
v1 Secret payload should also be fetched by UUID 2019-01-02 21:00:25 +00:00
__init__.py Workaround for importing objects from old path 2017-07-29 09:53:02 +08:00
_i18n.py Update the documentation link for doc migration 2017-07-21 16:22:19 +08:00
barbican.py Supress client debug messages 2018-03-19 16:18:28 +08:00
base.py Allow fetching by UUID, and respect interface 2018-09-15 05:31:57 +00:00
client.py Correct docs usage of keystoneauth1 session 2017-09-12 16:06:15 -05:00
exceptions.py Refactor barbicanclient 2017-06-20 10:59:08 +08:00
formatter.py Add to_dict method to EntityFormatter. 2015-10-09 11:29:03 -04:00
osc_plugin.py Pass OSC interface through to barbican plugin 2018-01-16 17:18:42 +01:00
version.py Set client module __version__ 2017-03-25 06:11:52 +00:00